ConoHaNet.OpenStackMember.CreateEmailWebHook C# (CSharp) 메소드

CreateEmailWebHook() 공개 메소드

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