Aracılığıyla paylaş


ActorMethodContext.CallType Property

Definition

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

public Microsoft.ServiceFabric.Actors.Runtime.ActorCallType CallType { get; }
member this.CallType : Microsoft.ServiceFabric.Actors.Runtime.ActorCallType
Public ReadOnly Property CallType As ActorCallType

Property Value

An ActorCallType representing the call type.

Applies to