Compartir a través de


InvokablePool.Get<T> Método

Definición

Obtiene un valor del grupo.

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

Parámetros de tipo

T

Tipo del valor.

Devoluciones

T

Valor del grupo.

Se aplica a