CommunicationObject Konstruktoren
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 CommunicationObject-Klasse.
Überlädt
CommunicationObject() |
Initialisiert eine neue Instanz der CommunicationObject-Klasse. |
CommunicationObject(Object) |
Initialisiert eine neue Instanz der CommunicationObject-Klasse mit der gegenseitig exklusiven Sperre, um die angegebenen Zustandsübergänge zu schützen. |
CommunicationObject()
- Quelle:
- CommunicationObject.cs
- Quelle:
- CommunicationObject.cs
- Quelle:
- CommunicationObject.cs
Initialisiert eine neue Instanz der CommunicationObject-Klasse.
protected:
CommunicationObject();
protected CommunicationObject ();
Protected Sub New ()
Gilt für:
CommunicationObject(Object)
- Quelle:
- CommunicationObject.cs
- Quelle:
- CommunicationObject.cs
- Quelle:
- CommunicationObject.cs
Initialisiert eine neue Instanz der CommunicationObject-Klasse mit der gegenseitig exklusiven Sperre, um die angegebenen Zustandsübergänge zu schützen.
protected:
CommunicationObject(System::Object ^ mutex);
protected CommunicationObject (object mutex);
new System.ServiceModel.Channels.CommunicationObject : obj -> System.ServiceModel.Channels.CommunicationObject
Protected Sub New (mutex As Object)
Parameter
- mutex
- Object
Die gegenseitig exklusive Sperre, die die Klasseninstanz während eines Zustandsübergangs schützt.