Freigeben über


ServiceInstanceListener.CreateCommunicationListener Eigenschaft

Definition

Ruft die Factorymethode zum Erstellen des Kommunikationslisteners ab.

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

Eigenschaftswert

Hinweise

Die Factorymethode akzeptiert und gibt einen StatelessServiceContext Kommunikationslistener zurück, der implementiert ICommunicationListener.

Gilt für: