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

EndAllocateConnectionOnInterconnect() 공개 메소드

Finishes the asynchronous execution of the AllocateConnectionOnInterconnect operation.
public EndAllocateConnectionOnInterconnect ( IAsyncResult asyncResult ) : AllocateConnectionOnInterconnectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateConnectionOnInterconnect.
리턴 AllocateConnectionOnInterconnectResponse
        public  AllocateConnectionOnInterconnectResponse EndAllocateConnectionOnInterconnect(IAsyncResult asyncResult)
        {
            return EndInvoke<AllocateConnectionOnInterconnectResponse>(asyncResult);
        }
AmazonDirectConnectClient