Ejemplo n.º 1
0
 /// <remarks/>
 public void GetDescriptionsAsync(TInputDesc Value) {
     this.GetDescriptionsAsync(Value, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetDescriptionsAsync(TInputDesc Value, object userState) {
     if ((this.GetDescriptionsOperationCompleted == null)) {
         this.GetDescriptionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDescriptionsOperationCompleted);
     }
     this.InvokeAsync("GetDescriptions", new object[] {
                 Value}, this.GetDescriptionsOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public string GetDescriptions(TInputDesc Value) {
     object[] results = this.Invoke("GetDescriptions", new object[] {
                 Value});
     return ((string)(results[0]));
 }