CommunicationObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CommunicationObject class.
Overloads
CommunicationObject() |
Initializes a new instance of the CommunicationObject class. |
CommunicationObject(Object) |
Initializes a new instance of the CommunicationObject class with the mutually exclusive lock to protect the state transitions specified. |
CommunicationObject()
- Source:
- CommunicationObject.cs
- Source:
- CommunicationObject.cs
- Source:
- CommunicationObject.cs
Initializes a new instance of the CommunicationObject class.
protected:
CommunicationObject();
protected CommunicationObject ();
Protected Sub New ()
Applies to
CommunicationObject(Object)
- Source:
- CommunicationObject.cs
- Source:
- CommunicationObject.cs
- Source:
- CommunicationObject.cs
Initializes a new instance of the CommunicationObject class with the mutually exclusive lock to protect the state transitions specified.
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)
Parameters
- mutex
- Object
The mutually exclusive lock that protects the class instance during a state transition.