示例#1
0
        public string GetDoc(ObjectCalculation Object)
        {
            object[] results = this.Invoke("GetDoc", new object[] {
                Object
            });

            return((string)(results[0]));
        }
示例#2
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);
 }
示例#3
0
 /// <remarks/>
 public void GetDocAsync(ObjectCalculation Object)
 {
     this.GetDocAsync(Object, null);
 }