Share via


ActorReference.ListenerName Property

Definition

Gets or sets the name of the listener in the actor service to use when communicating with the actor service.

[System.Runtime.Serialization.DataMember(IsRequired=false, Name="ListenerName", Order=2)]
public string ListenerName { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="ListenerName", Order=2)>]
member this.ListenerName : string with get, set
Public Property ListenerName As String

Property Value

The name of the listener

Attributes

Applies to