Amazon.Route53Domains.AmazonRoute53DomainsClient.EnableDomainTransferLock C# (CSharp) Method

EnableDomainTransferLock() public method

This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
/// The request is already in progress for the domain. /// /// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. /// /// The number of operations or jobs running exceeded the allowed threshold for the account. /// /// The top-level domain does not support this operation. /// /// Amazon Route 53 does not support this top-level domain. ///
public EnableDomainTransferLock ( Amazon.Route53Domains.Model.EnableDomainTransferLockRequest request ) : Amazon.Route53Domains.Model.EnableDomainTransferLockResponse
request Amazon.Route53Domains.Model.EnableDomainTransferLockRequest Container for the necessary parameters to execute the EnableDomainTransferLock service method.
return Amazon.Route53Domains.Model.EnableDomainTransferLockResponse
        public EnableDomainTransferLockResponse EnableDomainTransferLock(EnableDomainTransferLockRequest request)
        {
            var marshaller = new EnableDomainTransferLockRequestMarshaller();
            var unmarshaller = EnableDomainTransferLockResponseUnmarshaller.Instance;

            return Invoke<EnableDomainTransferLockRequest,EnableDomainTransferLockResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient