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

EndDeleteConnection() public méthode

Finishes the asynchronous execution of the DeleteConnection operation.
public EndDeleteConnection ( IAsyncResult asyncResult ) : DeleteConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConnection.
Résultat DeleteConnectionResponse
        public  DeleteConnectionResponse EndDeleteConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConnectionResponse>(asyncResult);
        }
AmazonDirectConnectClient