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

EndCreateVPCAssociationAuthorization() public méthode

Finishes the asynchronous execution of the CreateVPCAssociationAuthorization operation.
public EndCreateVPCAssociationAuthorization ( IAsyncResult asyncResult ) : CreateVPCAssociationAuthorizationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVPCAssociationAuthorization.
Résultat CreateVPCAssociationAuthorizationResponse
        public  CreateVPCAssociationAuthorizationResponse EndCreateVPCAssociationAuthorization(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVPCAssociationAuthorizationResponse>(asyncResult);
        }
AmazonRoute53Client