/// <remarks/>
 public void GetOneDDNSAsync(GetOneDDNSRequestType GetOneDDNSRequest, object userState) {
     if ((this.GetOneDDNSOperationCompleted == null)) {
         this.GetOneDDNSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOneDDNSOperationCompleted);
     }
     this.InvokeAsync("GetOneDDNS", new object[] {
                 GetOneDDNSRequest}, this.GetOneDDNSOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetOneDDNSAsync(GetOneDDNSRequestType GetOneDDNSRequest) {
     this.GetOneDDNSAsync(GetOneDDNSRequest, null);
 }