Freigeben über


ServiceReplicaListener.CreateCommunicationListener Eigenschaft

Definition

Ruft die Factorymethode zum Erstellen des Kommunikationslisteners ab.

public Func<System.Fabric.StatefulServiceContext,Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener> CreateCommunicationListener { get; }
member this.CreateCommunicationListener : Func<System.Fabric.StatefulServiceContext, Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener>
Public ReadOnly Property CreateCommunicationListener As Func(Of StatefulServiceContext, ICommunicationListener)

Eigenschaftswert

Hinweise

Die Factorymethode übernimmt einen StatefulServiceContext Kommunikationslistener, der implementiert ICommunicationListenerund zurückgibt.

Gilt für: