/// <remarks/>
 public void getDnxDocumentAsync(getDnxDocument getDnxDocument1, object userState) {
     if ((this.getDnxDocumentOperationCompleted == null)) {
         this.getDnxDocumentOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDnxDocumentOperationCompleted);
     }
     this.InvokeAsync("getDnxDocument", new object[] {
                 getDnxDocument1}, this.getDnxDocumentOperationCompleted, userState);
 }
 /// <remarks/>
 public void getDnxDocumentAsync(getDnxDocument getDnxDocument1) {
     this.getDnxDocumentAsync(getDnxDocument1, null);
 }