Exemple #1
0
 public bool DoInference(InputData InputDataValue, ref string strResult) {
     object[] results = this.Invoke("DoInference", new object[] {
                 InputDataValue,
                 strResult});
     strResult = ((string)(results[1]));
     return ((bool)(results[0]));
 }
Exemple #2
0
 /// <remarks/>
 public void DoInferenceAsync(InputData InputDataValue, string strResult, object userState) {
     if ((this.DoInferenceOperationCompleted == null)) {
         this.DoInferenceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDoInferenceOperationCompleted);
     }
     this.InvokeAsync("DoInference", new object[] {
                 InputDataValue,
                 strResult}, this.DoInferenceOperationCompleted, userState);
 }
Exemple #3
0
 /// <remarks/>
 public void DoInferenceAsync(InputData InputDataValue, string strResult) {
     this.DoInferenceAsync(InputDataValue, strResult, null);
 }
Exemple #4
0
 /// <remarks/>
 public void DoInferenceAsync(InputData InputDataValue, string strResult)
 {
     this.DoInferenceAsync(InputDataValue, strResult, null);
 }