ServiceInstanceListener コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 に設定されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET