예제 #1
0
 /// <remarks/>
 public void DocInfoByIDAsync(int dID, bool dIDSpecified, IdcProperty[] extraProps, object userState) {
     if ((this.DocInfoByIDOperationCompleted == null)) {
         this.DocInfoByIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocInfoByIDOperationCompleted);
     }
     this.InvokeAsync("DocInfoByID", new object[] {
                 dID,
                 dIDSpecified,
                 extraProps}, this.DocInfoByIDOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void DocInfoByNameAsync(string dDocName, IdcProperty[] extraProps, object userState) {
     if ((this.DocInfoByNameOperationCompleted == null)) {
         this.DocInfoByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDocInfoByNameOperationCompleted);
     }
     this.InvokeAsync("DocInfoByName", new object[] {
                 dDocName,
                 extraProps}, this.DocInfoByNameOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void DocInfoByIDAsync(int dID, bool dIDSpecified, IdcProperty[] extraProps) {
     this.DocInfoByIDAsync(dID, dIDSpecified, extraProps, null);
 }
예제 #4
0
 /// <remarks/>
 public void DocInfoByNameAsync(string dDocName, IdcProperty[] extraProps) {
     this.DocInfoByNameAsync(dDocName, extraProps, null);
 }