Amazon.DirectConnect.AmazonDirectConnectClient.EndDeleteBGPPeer C# (CSharp) Méthode

EndDeleteBGPPeer() public méthode

Finishes the asynchronous execution of the DeleteBGPPeer operation.
public EndDeleteBGPPeer ( IAsyncResult asyncResult ) : DeleteBGPPeerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBGPPeer.
Résultat DeleteBGPPeerResponse
        public  DeleteBGPPeerResponse EndDeleteBGPPeer(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBGPPeerResponse>(asyncResult);
        }
AmazonDirectConnectClient