/// <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); }
/// <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); }
/// <remarks/> public void GetFileByIDAsync(int dID, bool dIDSpecified, string rendition, IdcProperty[] extraProps) { this.GetFileByIDAsync(dID, dIDSpecified, rendition, extraProps, null); }
/// <remarks/> public void GetFileByNameAsync(string dDocName, string revisionSelectionMethod, string rendition, IdcProperty[] extraProps) { this.GetFileByNameAsync(dDocName, revisionSelectionMethod, rendition, extraProps, null); }