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

EndCreateConnection() public method

Finishes the asynchronous execution of the CreateConnection operation.
public EndCreateConnection ( IAsyncResult asyncResult ) : CreateConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConnection.
return CreateConnectionResponse
        public  CreateConnectionResponse EndCreateConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateConnectionResponse>(asyncResult);
        }
AmazonDirectConnectClient