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

EndCreateBGPPeer() public method

Finishes the asynchronous execution of the CreateBGPPeer operation.
public EndCreateBGPPeer ( IAsyncResult asyncResult ) : CreateBGPPeerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBGPPeer.
return CreateBGPPeerResponse
        public  CreateBGPPeerResponse EndCreateBGPPeer(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateBGPPeerResponse>(asyncResult);
        }
AmazonDirectConnectClient