ResponseCompletionSource.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() |
Completes this instance with the default result. |
Complete(Response) |
Completes this instance with a result. |
Complete()
Completes this instance with the default result.
public void Complete ();
abstract member Complete : unit -> unit
override this.Complete : unit -> unit
Public Sub Complete ()
Implements
Applies to
Complete(Response)
Completes this instance with a result.
public void Complete (Orleans.Serialization.Invocation.Response value);
abstract member Complete : Orleans.Serialization.Invocation.Response -> unit
override this.Complete : Orleans.Serialization.Invocation.Response -> unit
Public Sub Complete (value As Response)
Parameters
- value
- Response
The result value.