ServiceInstanceListener コンストラクター

定義

ServiceInstanceListener クラスの新しいインスタンスを初期化します。

public ServiceInstanceListener (Func<System.Fabric.StatelessServiceContext,Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener> createCommunicationListener, string name = "");
new Microsoft.ServiceFabric.Services.Communication.Runtime.ServiceInstanceListener : Func<System.Fabric.StatelessServiceContext, Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener> * string -> Microsoft.ServiceFabric.Services.Communication.Runtime.ServiceInstanceListener
Public Sub New (createCommunicationListener As Func(Of StatelessServiceContext, ICommunicationListener), Optional name As String = "")

パラメーター

createCommunicationListener
Func<StatelessServiceContext,ICommunicationListener>

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

name
String

通信リスナーの名前。 ステートレス サービスに通信リスナーが 1 つしかない場合、このパラメーターは省略可能です。 指定しない場合、Name は DefaultName に設定されます。

適用対象