Edit

Share via


ResponsePool.Get<T> Method

Definition

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

A value from the pool.

Applies to