TaskRequest<TResult>
class
Namespace: Orleans.Runtime
Base class for requests for methods which return
System.Threading.Tasks.Task. public abstract class TaskRequest<TResult> : RequestBaseConstructors
Methods
InvokeInvoke the object.InvokeInnerInvokes the request against the target.
