ConoHaNet.OpenStackMember.SetMailServiceBackup C# (CSharp) Method

SetMailServiceBackup() public method

public SetMailServiceBackup ( string serviceId, bool enabled ) : bool
serviceId string
enabled bool
return bool
        public bool SetMailServiceBackup(string serviceId, bool enabled)
        {
            return MailServiceProvider.SetMailServiceBackup(serviceId, enabled, this.DefaultRegion, this.Identity);
        }
OpenStackMember