示例#1
0
 /// <remarks/>
 public void GetFileByIDAsync(int dID, bool dIDSpecified, string rendition, IdcProperty[] extraProps, object userState) {
     if ((this.GetFileByIDOperationCompleted == null)) {
         this.GetFileByIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFileByIDOperationCompleted);
     }
     this.InvokeAsync("GetFileByID", new object[] {
                 dID,
                 dIDSpecified,
                 rendition,
                 extraProps}, this.GetFileByIDOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetFileByNameAsync(string dDocName, string revisionSelectionMethod, string rendition, IdcProperty[] extraProps, object userState) {
     if ((this.GetFileByNameOperationCompleted == null)) {
         this.GetFileByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFileByNameOperationCompleted);
     }
     this.InvokeAsync("GetFileByName", new object[] {
                 dDocName,
                 revisionSelectionMethod,
                 rendition,
                 extraProps}, this.GetFileByNameOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void GetFileByIDAsync(int dID, bool dIDSpecified, string rendition, IdcProperty[] extraProps) {
     this.GetFileByIDAsync(dID, dIDSpecified, rendition, extraProps, null);
 }
示例#4
0
 /// <remarks/>
 public void GetFileByNameAsync(string dDocName, string revisionSelectionMethod, string rendition, IdcProperty[] extraProps) {
     this.GetFileByNameAsync(dDocName, revisionSelectionMethod, rendition, extraProps, null);
 }