IOutgoingGrainCallContext Interface

Definition

Represents an outgoing method invocation as well as the result of invocation.

public interface IOutgoingGrainCallContext : Orleans.IGrainCallContext
type IOutgoingGrainCallContext = interface
    interface IGrainCallContext
Public Interface IOutgoingGrainCallContext
Implements IGrainCallContext
Implements

Properties

Arguments

Gets the arguments for this method invocation.

(Inherited from IGrainCallContext)
Grain

Gets the grain being invoked.

(Inherited from IGrainCallContext)
InterfaceMethod

Gets the MethodInfo for the interface method being invoked.

(Inherited from IGrainCallContext)
InterfaceName

Gets the name of the interface being invoked.

(Inherited from IGrainCallContext)
InterfaceType

Gets the type of the interface being invoked.

(Inherited from IGrainCallContext)
Method
Obsolete.

Gets the MethodInfo of the method being invoked.

(Inherited from IGrainCallContext)
MethodName

Gets the name of the method being invoked.

(Inherited from IGrainCallContext)
Request

Gets the request.

(Inherited from IGrainCallContext)
Response

Gets or sets the response.

(Inherited from IGrainCallContext)
Result

Gets or sets the result.

(Inherited from IGrainCallContext)
SourceContext

Gets the grain context of the sender.

SourceId

Gets the identity of the source, if available.

(Inherited from IGrainCallContext)
TargetId

Gets the identity of the target.

(Inherited from IGrainCallContext)

Methods

Invoke()

Invokes the request.

(Inherited from IGrainCallContext)

Applies to