CommunicationObject 생성자

정의

CommunicationObject 클래스의 새 인스턴스를 초기화합니다.

오버로드

CommunicationObject()

CommunicationObject 클래스의 새 인스턴스를 초기화합니다.

CommunicationObject(Object)

지정된 상태 전환을 보호하기 위해 상호 배타적인 전용 잠금을 사용하여 CommunicationObject 클래스의 새 인스턴스를 초기화합니다.

CommunicationObject()

Source:
CommunicationObject.cs
Source:
CommunicationObject.cs
Source:
CommunicationObject.cs

CommunicationObject 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

CommunicationObject(Object)

Source:
CommunicationObject.cs
Source:
CommunicationObject.cs
Source:
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

상태 전환 중에 클래스 인스턴스를 보호하는 상호 배타적인 전용 잠금입니다.

적용 대상