IResponseCompletionSource
interface
Namespace: Orleans.Serialization.Invocation
Represents a fulfillable promise for a response to a request.
public interface IResponseCompletionSourceMethods
CompleteSets the result to the default value.Complete(Response)Sets the result.
