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

EndConfirmConnection() public method

Finishes the asynchronous execution of the ConfirmConnection operation.
public EndConfirmConnection ( IAsyncResult asyncResult ) : ConfirmConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginConfirmConnection.
return ConfirmConnectionResponse
        public  ConfirmConnectionResponse EndConfirmConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<ConfirmConnectionResponse>(asyncResult);
        }
AmazonDirectConnectClient