ClientBase<TChannel>.ICommunicationObject.BeginOpen 메서드

정의

ClientBase<TChannel> 개체를 열기 위한 비동기 작업을 시작합니다.

오버로드

ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

지정된 시간 간격 내에 ClientBase<TChannel> 개체를 열기 위한 비동기 작업을 시작합니다.

ICommunicationObject.BeginOpen(AsyncCallback, Object)

ClientBase<TChannel> 개체를 열기 위한 비동기 작업을 시작합니다.

ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

Source:
ClientBase.cs
Source:
ClientBase.cs
Source:
ClientBase.cs

지정된 시간 간격 내에 ClientBase<TChannel> 개체를 열기 위한 비동기 작업을 시작합니다.

 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginOpen;
IAsyncResult ICommunicationObject.BeginOpen (TimeSpan timeout, AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Function BeginOpen (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginOpen

매개 변수

timeout
TimeSpan

호출이 완료되어야 하는 시간입니다.

callback
AsyncCallback

완료 시 콜백을 받는 메서드입니다.

state
Object

상태 데이터입니다.

반환

비동기 열기 작업을 참조하는 IAsyncResult입니다.

구현

설명

자세한 내용은 System.ServiceModel.Channels.CommunicationObject를 참조하세요.

적용 대상

ICommunicationObject.BeginOpen(AsyncCallback, Object)

Source:
ClientBase.cs
Source:
ClientBase.cs
Source:
ClientBase.cs

ClientBase<TChannel> 개체를 열기 위한 비동기 작업을 시작합니다.

 virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginOpen(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginOpen;
IAsyncResult ICommunicationObject.BeginOpen (AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginOpen : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginOpen : AsyncCallback * obj -> IAsyncResult
Function BeginOpen (callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginOpen

매개 변수

callback
AsyncCallback

완료 시 콜백을 받는 메서드입니다.

state
Object

상태 데이터입니다.

반환

비동기 열기 작업을 참조하는 IAsyncResult입니다.

구현

설명

자세한 내용은 System.ServiceModel.Channels.CommunicationObject를 참조하세요.

적용 대상