Show / Hide Table of Contents

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 Source

Arguments

Arguments for this Invoke request.

Declaration
public object[] Arguments { get; }
Property Value
Type Description
System.Object[]
| Improve this Doc View Source

InterfaceId

InterfaceId for this Invoke request.

Declaration
public int InterfaceId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

InterfaceVersion

Declaration
public ushort InterfaceVersion { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

MethodId

MethodId for this Invoke request.

Declaration
public int MethodId { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToString()

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.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX