コード例 #1
0
ファイル: Reference.cs プロジェクト: davelondon/dontstayin
 /// <remarks/>
 public void UpdateDomainAlertAsync(string sCLTRID, Credential credential, DomainAlert domainAlert, string sDomainMonitorID, ContactInfo registrant, object userState) {
     if ((this.UpdateDomainAlertOperationCompleted == null)) {
         this.UpdateDomainAlertOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateDomainAlertOperationCompleted);
     }
     this.InvokeAsync("UpdateDomainAlert", new object[] {
                 sCLTRID,
                 credential,
                 domainAlert,
                 sDomainMonitorID,
                 registrant}, this.UpdateDomainAlertOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: davelondon/dontstayin
 /// <remarks/>
 public void UpdateDomainAlertAsync(string sCLTRID, Credential credential, DomainAlert domainAlert, string sDomainMonitorID, ContactInfo registrant) {
     this.UpdateDomainAlertAsync(sCLTRID, credential, domainAlert, sDomainMonitorID, registrant, null);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: davelondon/dontstayin
 /// <remarks/>
 public void SetupDomainAlertAsync(string sCLTRID, Credential credential, DomainAlert domainAlert, ContactInfo registrant) {
     this.SetupDomainAlertAsync(sCLTRID, credential, domainAlert, registrant, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: davelondon/dontstayin
 public string UpdateDomainAlert(string sCLTRID, Credential credential, DomainAlert domainAlert, string sDomainMonitorID, ContactInfo registrant) {
     object[] results = this.Invoke("UpdateDomainAlert", new object[] {
                 sCLTRID,
                 credential,
                 domainAlert,
                 sDomainMonitorID,
                 registrant});
     return ((string)(results[0]));
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: davelondon/dontstayin
 public string SetupDomainAlert(string sCLTRID, Credential credential, DomainAlert domainAlert, ContactInfo registrant) {
     object[] results = this.Invoke("SetupDomainAlert", new object[] {
                 sCLTRID,
                 credential,
                 domainAlert,
                 registrant});
     return ((string)(results[0]));
 }