Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndDeleteConfigurationSetEventDestination C# (CSharp) Method

EndDeleteConfigurationSetEventDestination() public method

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