Partager via


ServiceInstanceListener.CreateCommunicationListener Propriété

Définition

Obtient la méthode de fabrique pour créer l’écouteur de communication.

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)

Valeur de propriété

Remarques

La méthode de fabrique accepte un et retourne un StatelessServiceContext écouteur de communication implémentant ICommunicationListener.

S’applique à