共用方式為


InvokablePool.Get<T> 方法

定義

從集區取得值。

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

類型參數

T

值的類型。

傳回

T

集區中的值。

適用於