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

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

適用対象