ResponsePool.Get<T> 方法

定义

从池中获取值。

public static Orleans.Serialization.Invocation.Response<T> Get<T>();
static member Get : unit -> Orleans.Serialization.Invocation.Response<'T>
Public Shared Function Get(Of T) () As Response(Of T)

类型参数

T

基础响应类型。

返回

池中的 值。

适用于