ConoHaNet.OpenStackMember.UpdateEmailWebHook C# (CSharp) Method

UpdateEmailWebHook() public method

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