Amazon.DirectConnect.AmazonDirectConnectClient.EndConfirmConnection C# (CSharp) 메소드

EndConfirmConnection() 공개 메소드

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