Exemplo n.º 1
0
 /// <remarks/>
 public void GetFamilysAsync(TInputFamily Value) {
     this.GetFamilysAsync(Value, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetFamilysAsync(TInputFamily Value, object userState) {
     if ((this.GetFamilysOperationCompleted == null)) {
         this.GetFamilysOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFamilysOperationCompleted);
     }
     this.InvokeAsync("GetFamilys", new object[] {
                 Value}, this.GetFamilysOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public string GetFamilys(TInputFamily Value) {
     object[] results = this.Invoke("GetFamilys", new object[] {
                 Value});
     return ((string)(results[0]));
 }