ActorMethodContext Struct

Definition

Contains information about the method that is invoked by actor runtime and is passed as an argument to OnPreActorMethodAsync(ActorMethodContext) and OnPostActorMethodAsync(ActorMethodContext).

public struct ActorMethodContext
type ActorMethodContext = struct
Public Structure ActorMethodContext
Inheritance
ActorMethodContext

Properties

CallType

Gets the type of call by actor runtime (e.g. actor interface method, timer callback etc.).

MethodName

Gets the name of the method invoked by actor runtime.

Applies to