Class InvokeMethodRequest
Data object holding metadata associated with a grain Invoke request.
Inheritance
System.Object
InvokeMethodRequest
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class InvokeMethodRequest : object
Properties
| Improve this Doc View SourceArguments
Arguments for this Invoke request.
Declaration
public object[] Arguments { get; }
Property Value
| Type | Description |
|---|---|
| System.Object[] |
InterfaceId
InterfaceId for this Invoke request.
Declaration
public int InterfaceId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
InterfaceVersion
Declaration
public ushort InterfaceVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
MethodId
MethodId for this Invoke request.
Declaration
public int MethodId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceToString()
String representation for this Invoke request.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Remarks
Note: This is not the serialized wire form of this Invoke request.