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

池中的 值。

适用于