ServiceChannelProxy.ICommunicationObject.Close Метод

Определение

Перегрузки

ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)

ICommunicationObject.Close()

Исходный код:
ServiceChannelProxy.cs
Исходный код:
ServiceChannelProxy.cs
Исходный код:
ServiceChannelProxy.cs
 virtual void System.ServiceModel.ICommunicationObject.Close() = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close ();
abstract member System.ServiceModel.ICommunicationObject.Close : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Close : unit -> unit
Sub Close () Implements ICommunicationObject.Close

Реализации

Применяется к

ICommunicationObject.Close(TimeSpan)

Исходный код:
ServiceChannelProxy.cs
Исходный код:
ServiceChannelProxy.cs
Исходный код:
ServiceChannelProxy.cs
 virtual void System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close (TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
Sub Close (timeout As TimeSpan) Implements ICommunicationObject.Close

Параметры

timeout
TimeSpan

Реализации

Применяется к