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
参数
返回
使用从 protocolType
和 serverType
创建的密钥存储在缓存中的 Object。