ClientBase<TChannel>.ICommunicationObject.Close Yöntem

Tanım

Aşırı Yüklemeler

ICommunicationObject.Close(TimeSpan)

Nesnenin ClientBase<TChannel> geçerli durumundan kapalı duruma geçmesine neden olur.

ICommunicationObject.Close()

İletişim nesnesinin geçerli durumundan kapalı duruma geçmesine neden olur.

ICommunicationObject.Close(TimeSpan)

Nesnenin ClientBase<TChannel> geçerli durumundan kapalı duruma geçmesine neden olur.

 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

Parametreler

timeout
TimeSpan

Aramanın tamamlanması gereken süre.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. System.ServiceModel.Channels.CommunicationObject.

Şunlara uygulanır

ICommunicationObject.Close()

İletişim nesnesinin geçerli durumundan kapalı duruma geçmesine neden olur.

 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

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICommunicationObject arabirime ClientBase<TChannel> yayınlandığında kullanılabilir.

Şunlara uygulanır