ActorBase.ServiceUri Property

Definition

Gets the URI of the actor service that is hosting this actor.

public Uri ServiceUri { get; }
member this.ServiceUri : Uri
Public ReadOnly Property ServiceUri As Uri

Property Value

Uri

The Uri of the actor service that is hosting this actor.

Applies to