Exemplo n.º 1
0
 /// <remarks/>
 public void getBloombergViewNamesAsync(GetBloombergViewNamesRequest GetBloombergViewNamesRequest, object userState) {
     if ((this.getBloombergViewNamesOperationCompleted == null)) {
         this.getBloombergViewNamesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetBloombergViewNamesOperationCompleted);
     }
     this.InvokeAsync("getBloombergViewNames", new object[] {
                 GetBloombergViewNamesRequest}, this.getBloombergViewNamesOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void getBloombergViewNamesAsync(GetBloombergViewNamesRequest GetBloombergViewNamesRequest) {
     this.getBloombergViewNamesAsync(GetBloombergViewNamesRequest, null);
 }