CommunicationObject コンストラクター

定義

CommunicationObject クラスの新しいインスタンスを初期化します。

オーバーロード

CommunicationObject()

CommunicationObject クラスの新しいインスタンスを初期化します。

CommunicationObject(Object)

状態遷移を保護するための相互排他的ロックを指定して、CommunicationObject クラスの新しいインスタンスを初期化します。

CommunicationObject()

ソース:
CommunicationObject.cs
ソース:
CommunicationObject.cs
ソース:
CommunicationObject.cs

CommunicationObject クラスの新しいインスタンスを初期化します。

protected:
 CommunicationObject();
protected CommunicationObject ();
Protected Sub New ()

適用対象

CommunicationObject(Object)

ソース:
CommunicationObject.cs
ソース:
CommunicationObject.cs
ソース:
CommunicationObject.cs

状態遷移を保護するための相互排他的ロックを指定して、CommunicationObject クラスの新しいインスタンスを初期化します。

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)

パラメーター

mutex
Object

状態遷移中にクラス インスタンスを保護する相互排他的なロック。

適用対象