ServerProtocol.GetFromCache(Type, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 Object,該物件使用從指定通訊協定類型和伺服器類型建立的索引鍵儲存在快取中。
protected:
System::Object ^ GetFromCache(Type ^ protocolType, Type ^ serverType);
protected object GetFromCache (Type protocolType, Type serverType);
member this.GetFromCache : Type * Type -> obj
Protected Function GetFromCache (protocolType As Type, serverType As Type) As Object
參數
傳回
Object,使用從 protocolType
和 serverType
建立的索引鍵儲存在快取中。