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