ServiceInstanceListener Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ServiceInstanceListener-Klasse.
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 = "")
Parameter
- createCommunicationListener
- Func<StatelessServiceContext,ICommunicationListener>
Factorymethode zum Erstellen des Kommunikationslisteners.
- name
- String
Name des Kommunikationslisteners. Dieser Parameter ist optional, wenn der zustandslose Dienst nur über einen Kommunikationslistener verfügt. Wenn er nicht angegeben wird, wird der Name auf DefaultName festgelegt.
Gilt für:
Azure SDK for .NET