Compartilhar via


ServiceInstanceListener.CreateCommunicationListener Propriedade

Definição

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

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)

Valor da propriedade

Comentários

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

Aplica-se a