Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteConfigurationSet C# (CSharp) Метод

DeleteConfigurationSet() публичный Метод

Deletes a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that the configuration set does not exist. ///
public DeleteConfigurationSet ( DeleteConfigurationSetRequest request ) : DeleteConfigurationSetResponse
request DeleteConfigurationSetRequest Container for the necessary parameters to execute the DeleteConfigurationSet service method.
Результат DeleteConfigurationSetResponse
        public DeleteConfigurationSetResponse DeleteConfigurationSet(DeleteConfigurationSetRequest request)
        {
            var marshaller = new DeleteConfigurationSetRequestMarshaller();
            var unmarshaller = DeleteConfigurationSetResponseUnmarshaller.Instance;

            return Invoke<DeleteConfigurationSetRequest,DeleteConfigurationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient