Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndDeleteConfigurationSetEventDestination C# (CSharp) Méthode

EndDeleteConfigurationSetEventDestination() public méthode

Finishes the asynchronous execution of the DeleteConfigurationSetEventDestination operation.
public EndDeleteConfigurationSetEventDestination ( IAsyncResult asyncResult ) : DeleteConfigurationSetEventDestinationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConfigurationSetEventDestination.
Résultat DeleteConfigurationSetEventDestinationResponse
        public  DeleteConfigurationSetEventDestinationResponse EndDeleteConfigurationSetEventDestination(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConfigurationSetEventDestinationResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient