Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CommunicationObject::OnClose Method (TimeSpan)

 

Inserts processing on a communication object after it transitions to the closing state due to the invocation of a synchronous close operation.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
virtual void OnClose(
	TimeSpan timeout
) abstract

Parameters

timeout
Type: System::TimeSpan

The TimeSpan that specifies how long the on close operation has to complete before timing out.

Exception Condition
CommunicationObjectFaultedException

Close was called on an object in the Faulted state.

TimeoutException

The default interval of time that was allotted for the operation was exceeded before the operation was completed.

CommunicationException

A communication error occurred while closing the object.

The Close method calls OnClose if the communication object is initially in the Opened state.

To insert processing after a communication object transitions to a closing state due to the invocation of an asynchronous BeginClose operation, use the OnBeginClose method.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft