public string GetDoc(ObjectCalculation Object) { object[] results = this.Invoke("GetDoc", new object[] { Object }); return((string)(results[0])); }
/// <remarks/> public void GetDocAsync(ObjectCalculation Object, object userState) { if ((this.GetDocOperationCompleted == null)) { this.GetDocOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDocOperationCompleted); } this.InvokeAsync("GetDoc", new object[] { Object }, this.GetDocOperationCompleted, userState); }
/// <remarks/> public void GetDocAsync(ObjectCalculation Object) { this.GetDocAsync(Object, null); }