ServiceReplicaListener 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 ServiceReplicaListener-Klasse.
public ServiceReplicaListener (Func<System.Fabric.StatefulServiceContext,Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener> createCommunicationListener, string name = "", bool listenOnSecondary = false);
new Microsoft.ServiceFabric.Services.Communication.Runtime.ServiceReplicaListener : Func<System.Fabric.StatefulServiceContext, Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener> * string * bool -> Microsoft.ServiceFabric.Services.Communication.Runtime.ServiceReplicaListener
Public Sub New (createCommunicationListener As Func(Of StatefulServiceContext, ICommunicationListener), Optional name As String = "", Optional listenOnSecondary As Boolean = false)
Parameter
- createCommunicationListener
- Func<StatefulServiceContext,ICommunicationListener>
Factory-Methode zum Erstellen des Kommunikationslisteners
- name
- String
Name des Kommunikationslisteners. Dieser Parameter ist optional, wenn der Dienst nur über einen Kommunikationslistener verfügt.
- listenOnSecondary
- Boolean
Gibt an, ob der Kommunikationslistener geöffnet werden muss, wenn das Replikat sekundär aktiv wird. THis-Parameter ist optional
Gilt für:
Azure SDK for .NET