Szerkesztés

Megosztás a következőn keresztül:


ResponseCompletionSourcePool.Get Method

Definition

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.

Applies to