Share via


ServiceChannelProxy.ICommunicationObject.Open 方法

定義

多載

ICommunicationObject.Open(TimeSpan)
ICommunicationObject.Open()

ICommunicationObject.Open(TimeSpan)

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
 virtual void System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Open;
void ICommunicationObject.Open (TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Open : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Open : TimeSpan -> unit
Sub Open (timeout As TimeSpan) Implements ICommunicationObject.Open

參數

timeout
TimeSpan

實作

適用於

ICommunicationObject.Open()

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
 virtual void System.ServiceModel.ICommunicationObject.Open() = System::ServiceModel::ICommunicationObject::Open;
void ICommunicationObject.Open ();
abstract member System.ServiceModel.ICommunicationObject.Open : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Open : unit -> unit
Sub Open () Implements ICommunicationObject.Open

實作

適用於