Partager via


ServiceReplicaListener.CreateCommunicationListener Propriété

Définition

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

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)

Valeur de propriété

Remarques

La méthode factory prend un et retourne un StatefulServiceContext écouteur de communication implémentant ICommunicationListener.

S’applique à