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

EndCreateBGPPeer() 공개 메소드

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