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

EndCreateConnection() 공개 메소드

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