Share via


ServiceChannelProxy.ICommunicationObject.Open Método

Definição

Sobrecargas

ICommunicationObject.Open(TimeSpan)
ICommunicationObject.Open()

ICommunicationObject.Open(TimeSpan)

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

Parâmetros

timeout
TimeSpan

Implementações

Aplica-se a

ICommunicationObject.Open()

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

Implementações

Aplica-se a