Example #1
0
 /// <remarks/>
 public void ReadDocumentPathAsync(ReadDocumentPath ReadDocumentPath1, object userState) {
     if ((this.ReadDocumentPathOperationCompleted == null)) {
         this.ReadDocumentPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadDocumentPathOperationCompleted);
     }
     this.InvokeAsync("ReadDocumentPath", new object[] {
                 ReadDocumentPath1}, this.ReadDocumentPathOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ReadDocumentPathAsync(ReadDocumentPath ReadDocumentPath1) {
     this.ReadDocumentPathAsync(ReadDocumentPath1, null);
 }