Amazon.SimpleDB.AmazonSimpleDBClient.DeleteDomain C# (CSharp) Method

DeleteDomain() public method

The DeleteDomain operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The DeleteDomain operation might take 10 or more seconds to complete.
/// The request must contain the specified missing parameter. ///
public DeleteDomain ( DeleteDomainRequest request ) : DeleteDomainResponse
request DeleteDomainRequest Container for the necessary parameters to execute the DeleteDomain service method.
return DeleteDomainResponse
        public DeleteDomainResponse DeleteDomain(DeleteDomainRequest request)
        {
            var marshaller = new DeleteDomainRequestMarshaller();
            var unmarshaller = DeleteDomainResponseUnmarshaller.Instance;

            return Invoke<DeleteDomainRequest,DeleteDomainResponse>(request, marshaller, unmarshaller);
        }