Share via


ServiceChannelProxy.ICommunicationObject.BeginOpen 方法

定義

多載

ICommunicationObject.BeginOpen(AsyncCallback, Object)
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

ICommunicationObject.BeginOpen(AsyncCallback, Object)

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
 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

傳回

實作

適用於

ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
 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

傳回

實作

適用於