Share via


IDurableEntityContext.Return(Object) Method

Definition

Returns the given result to the caller of this operation.

public void Return (object result);
abstract member Return : obj -> unit
Public Sub Return (result As Object)

Parameters

result
Object

the result to return.

Applies to