Пример #1
0
 /// <remarks/>
 public void GetMarketTypeAsync(TInputMarketType Value) {
     this.GetMarketTypeAsync(Value, null);
 }
Пример #2
0
 /// <remarks/>
 public void GetMarketTypeAsync(TInputMarketType Value, object userState) {
     if ((this.GetMarketTypeOperationCompleted == null)) {
         this.GetMarketTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMarketTypeOperationCompleted);
     }
     this.InvokeAsync("GetMarketType", new object[] {
                 Value}, this.GetMarketTypeOperationCompleted, userState);
 }
Пример #3
0
 public string GetMarketType(TInputMarketType Value) {
     object[] results = this.Invoke("GetMarketType", new object[] {
                 Value});
     return ((string)(results[0]));
 }