Szerkesztés

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


InvokablePool.Get<T> Method

Definition

Gets a value from the 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

Type Parameters

T

The type of the value.

Returns

T

A value from the pool.

Applies to