Amazon.DirectConnect.AmazonDirectConnectClient.EndDeleteConnection C# (CSharp) Method

EndDeleteConnection() public method

Finishes the asynchronous execution of the DeleteConnection operation.
public EndDeleteConnection ( IAsyncResult asyncResult ) : DeleteConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConnection.
return DeleteConnectionResponse
        public  DeleteConnectionResponse EndDeleteConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConnectionResponse>(asyncResult);
        }
AmazonDirectConnectClient