IIncomingGrainCallContext Interface

Definition

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

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

Properties

Arguments

Gets the arguments for this method invocation.

(Inherited from IGrainCallContext)
Grain

Gets the grain being invoked.

(Inherited from IGrainCallContext)
ImplementationMethod

Gets the MethodInfo for the implementation method being invoked.

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)
SourceId

Gets the identity of the source, if available.

(Inherited from IGrainCallContext)
TargetContext

Gets the grain context of the target.

TargetId

Gets the identity of the target.

(Inherited from IGrainCallContext)

Methods

Invoke()

Invokes the request.

(Inherited from IGrainCallContext)

Applies to