Condividi tramite


InvokablePool.Get<T> Metodo

Definizione

Ottiene un valore dal pool.

public static T Get<T>() where T : class, Orleans.Serialization.Invocation.IInvokable, new();
static member Get : unit -> 'T (requires 'T : null and 'T :> Orleans.Serialization.Invocation.IInvokable and 'T : (new : unit -> 'T))
Public Shared Function Get(Of T As {Class, IInvokable, New}) () As T

Parametri di tipo

T

Tipo di valore.

Restituisce

T

Valore del pool.

Si applica a