AnnouncementClient.ICommunicationObject.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes a communication object to transition from its current state into the closed state.
Overloads
ICommunicationObject.Close(TimeSpan) |
Causes a communication object to transition from its current state into the closed state within a specified interval of time. |
ICommunicationObject.Close() |
Causes a communication object to transition from its current state into the closed state. |
ICommunicationObject.Close(TimeSpan)
Causes a communication object to transition from its current state into the closed state within a specified interval of time.
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
Parameters
- timeout
- TimeSpan
The TimeSpan that specifies how long the send operation has to complete before timing out.
Implements
Applies to
ICommunicationObject.Close()
Causes a communication object to transition from its current state into the closed state.
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
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the AnnouncementClient instance is cast to an ICommunicationObject interface.