ResponsePool.Return<T>(Response<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value to the pool.
public static void Return<T> (Orleans.Serialization.Invocation.Response<T> obj);
static member Return : Orleans.Serialization.Invocation.Response<'T> -> unit
Public Shared Sub Return(Of T) (obj As Response(Of T))
Type Parameters
- T
The underlying response type.
Parameters
- obj
- Response<T>
The value to return to the pool.