Edit

Share via


IResponseCompletionSource.Complete Method

Definition

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.

Applies to