ActorService.ActorTypeInformation Property

Definition

Gets the ActorTypeInformation for actor service.

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

Property Value

ActorTypeInformation for the actor hosted by the service replica.

Applies to