次の方法で共有


ServiceReplicaListener.CreateCommunicationListener プロパティ

定義

通信リスナーを作成するためのファクトリ メソッドを取得します。

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)

プロパティ値

注釈

ファクトリ メソッドは を StatefulServiceContext 受け取り、 を実装 ICommunicationListenerする通信リスナーを返します。

適用対象