Amazon.Route53.AmazonRoute53Client.EndDeleteVPCAssociationAuthorization C# (CSharp) Méthode

EndDeleteVPCAssociationAuthorization() public méthode

Finishes the asynchronous execution of the DeleteVPCAssociationAuthorization operation.
public EndDeleteVPCAssociationAuthorization ( IAsyncResult asyncResult ) : DeleteVPCAssociationAuthorizationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVPCAssociationAuthorization.
Résultat DeleteVPCAssociationAuthorizationResponse
        public  DeleteVPCAssociationAuthorizationResponse EndDeleteVPCAssociationAuthorization(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteVPCAssociationAuthorizationResponse>(asyncResult);
        }
AmazonRoute53Client