IResponseCompletionSource.Complete 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.
Overloads
Complete() |
Sets the result to the default value. |
Complete(Response) |
Sets the result. |
Complete()
Sets the result to the default value.
public void Complete ();
abstract member Complete : unit -> unit
Public Sub Complete ()
Applies to
Complete(Response)
Sets the result.
public void Complete (Orleans.Serialization.Invocation.Response value);
abstract member Complete : Orleans.Serialization.Invocation.Response -> unit
Public Sub Complete (value As Response)
Parameters
- value
- Response
The result value.