ConoHaNet.OpenStackMember.SetMailServiceBackup C# (CSharp) Méthode

SetMailServiceBackup() public méthode

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