다음을 통해 공유


IAsyncCommunicationObject 인터페이스

정의

public interface class IAsyncCommunicationObject : System::ServiceModel::ICommunicationObject
public interface IAsyncCommunicationObject : System.ServiceModel.ICommunicationObject
type IAsyncCommunicationObject = interface
    interface ICommunicationObject
Public Interface IAsyncCommunicationObject
Implements ICommunicationObject
파생
구현

속성

State

통신 지향 개체의 현재 상태를 가져옵니다.

(다음에서 상속됨 ICommunicationObject)

메서드

Abort()

통신 개체가 현재 상태에서 닫힌 상태로 즉시 전환되도록 합니다.

(다음에서 상속됨 ICommunicationObject)
BeginClose(AsyncCallback, Object)

통신 개체를 닫기 위한 비동기 작업을 시작합니다.

(다음에서 상속됨 ICommunicationObject)
BeginClose(TimeSpan, AsyncCallback, Object)

지정된 시간 제한으로 통신 개체를 닫기 위한 비동기 작업을 시작합니다.

(다음에서 상속됨 ICommunicationObject)
BeginOpen(AsyncCallback, Object)

통신 개체를 여는 비동기 작업을 시작합니다.

(다음에서 상속됨 ICommunicationObject)
BeginOpen(TimeSpan, AsyncCallback, Object)

지정된 시간 간격 내에 통신 개체를 여는 비동기 작업을 시작합니다.

(다음에서 상속됨 ICommunicationObject)
Close()

통신 개체가 현재 상태에서 닫힌 상태로 전환되도록 합니다.

(다음에서 상속됨 ICommunicationObject)
Close(TimeSpan)

통신 개체가 현재 상태에서 닫힌 상태로 전환되도록 합니다.

(다음에서 상속됨 ICommunicationObject)
CloseAsync(TimeSpan)
EndClose(IAsyncResult)

비동기 작업을 완료하여 통신 개체를 닫습니다.

(다음에서 상속됨 ICommunicationObject)
EndOpen(IAsyncResult)

통신 개체를 여는 비동기 작업을 완료합니다.

(다음에서 상속됨 ICommunicationObject)
Open()

통신 개체가 생성된 상태에서 열린 상태로 전환되도록 합니다.

(다음에서 상속됨 ICommunicationObject)
Open(TimeSpan)

통신 개체가 지정된 시간 간격 내에 생성된 상태에서 열린 상태로 전환되도록 합니다.

(다음에서 상속됨 ICommunicationObject)
OpenAsync(TimeSpan)

이벤트

Closed

통신 개체가 닫는 상태에서 닫힌 상태로의 전환을 완료할 때 발생합니다.

(다음에서 상속됨 ICommunicationObject)
Closing

통신 개체가 처음 닫는 상태로 들어갈 때 발생합니다.

(다음에서 상속됨 ICommunicationObject)
Faulted

통신 개체가 오류 상태로 처음 들어갈 때 발생합니다.

(다음에서 상속됨 ICommunicationObject)
Opened

통신 개체가 여는 상태에서 열린 상태로의 전환을 완료할 때 발생합니다.

(다음에서 상속됨 ICommunicationObject)
Opening

통신 개체가 처음 여는 상태로 들어갈 때 발생합니다.

(다음에서 상속됨 ICommunicationObject)

확장 메서드

CloseHelperAsync(ICommunicationObject, TimeSpan)
OpenHelperAsync(ICommunicationObject, TimeSpan)

적용 대상