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