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

EndDeleteConfigurationSet() public method

Finishes the asynchronous execution of the DeleteConfigurationSet operation.
public EndDeleteConfigurationSet ( IAsyncResult asyncResult ) : DeleteConfigurationSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConfigurationSet.
return DeleteConfigurationSetResponse
        public  DeleteConfigurationSetResponse EndDeleteConfigurationSet(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConfigurationSetResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient