ResponseCompletionSourcePool.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Get() |
Gets a value from the pool. |
Get<T>() |
Gets a value from the pool. |
Get()
Gets a value from the pool.
public static Orleans.Serialization.Invocation.ResponseCompletionSource Get ();
static member Get : unit -> Orleans.Serialization.Invocation.ResponseCompletionSource
Public Shared Function Get () As ResponseCompletionSource
Returns
A value from the pool.
Applies to
Get<T>()
Gets a value from the pool.
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)
Type Parameters
- T
The underlying result type.
Returns
A value from the pool.