ResponsePool.Get<T> 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.
Gets a value from the pool.
public static Orleans.Serialization.Invocation.Response<T> Get<T> ();
static member Get : unit -> Orleans.Serialization.Invocation.Response<'T>
Public Shared Function Get(Of T) () As Response(Of T)
Type Parameters
- T
The underlying response type.
Returns
Response<T>
A value from the pool.