Partilhar via


ServiceReplicaListener.CreateCommunicationListener Propriedade

Definição

Obtém o método de fábrica para criar o ouvinte de comunicação.

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)

Valor da propriedade

Comentários

O método de fábrica recebe um e retorna o StatefulServiceContext ouvinte de comunicação implementando ICommunicationListener.

Aplica-se a