Aracılığıyla paylaş


ActorCallType Enum

Definition

Represents the call-type associated with the method invoked by actor runtime.

public enum ActorCallType
type ActorCallType = 
Public Enum ActorCallType
Inheritance
ActorCallType

Fields

ActorInterfaceMethod 0

Specifies that the method invoked is an actor interface method for a given client request.

ReminderMethod 2

Specifies that the method invoked on IRemindable interface when a reminder fires.

TimerMethod 1

Specifies that the method invoked is a timer callback method.

Remarks

This is provided as part of ActorMethodContext which is passed as argument to OnPreActorMethodAsync(ActorMethodContext) and OnPostActorMethodAsync(ActorMethodContext).

Applies to