/// <remarks/>
 public void ResetDDNSAsync(ResetDDNSRequestType ResetDDNSRequest, object userState) {
     if ((this.ResetDDNSOperationCompleted == null)) {
         this.ResetDDNSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnResetDDNSOperationCompleted);
     }
     this.InvokeAsync("ResetDDNS", new object[] {
                 ResetDDNSRequest}, this.ResetDDNSOperationCompleted, userState);
 }
 /// <remarks/>
 public void ResetDDNSAsync(ResetDDNSRequestType ResetDDNSRequest) {
     this.ResetDDNSAsync(ResetDDNSRequest, null);
 }