ResponseCompletionSourcePool.Get 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Get() |
从池中获取值。 |
Get<T>() |
从池中获取值。 |
Get()
从池中获取值。
public static Orleans.Serialization.Invocation.ResponseCompletionSource Get ();
static member Get : unit -> Orleans.Serialization.Invocation.ResponseCompletionSource
Public Shared Function Get () As ResponseCompletionSource
返回
池中的 值。
适用于
Get<T>()
从池中获取值。
public static Orleans.Serialization.Invocation.ResponseCompletionSource<T> Get<T> ();
static member Get : unit -> Orleans.Serialization.Invocation.ResponseCompletionSource<'T>
Public Shared Function Get(Of T) () As ResponseCompletionSource(Of T)
类型参数
- T
基础结果类型。
返回
池中的 值。