Share via


ActorReference.ServiceUri Property

Definition

Gets or sets uri of the actor service that hosts the actor in service fabric cluster.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="ServiceUri", Order=0)]
public Uri ServiceUri { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="ServiceUri", Order=0)>]
member this.ServiceUri : Uri with get, set
Public Property ServiceUri As Uri

Property Value

Uri

Service Uri which hosts the actor in service fabric cluster.

Attributes

Applies to