CommunicationObject::EndClose Method (IAsyncResult^)

 

Completes an asynchronous operation to close a communication object.

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

public:
virtual void EndClose(
	IAsyncResult^ result
) sealed

Parameters

result
Type: System::IAsyncResult^

The IAsyncResult that is returned by a call to the BeginClose method.

Exception Condition
InvalidOperationException

The communication object is not in a Opened or Opening state and cannot be modified.

ObjectDisposedException

The communication object is in a Closing or Closed state and cannot be modified.

CommunicationObjectFaultedException

The communication object is in a Faulted state and cannot be modified.

TimeoutException

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

A synchronous version of this method is provided by the Close 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: