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

UpdateEmailWebHook() public méthode

public UpdateEmailWebHook ( string emailId, string webhookUrl, string keyword ) : EmailWebHook
emailId string
webhookUrl string
keyword string
Résultat EmailWebHook
        public EmailWebHook UpdateEmailWebHook(string emailId, string webhookUrl, string keyword)
        {
            return MailServiceProvider.UpdateEmailWebHook(emailId, webhookUrl, keyword, this.DefaultRegion, this.Identity);
        }
OpenStackMember