コード例 #1
0
ファイル: Reference.cs プロジェクト: BrianGoff/BITS
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: BrianGoff/BITS
 /// <remarks/>
 public void getBloombergViewNamesAsync(GetBloombergViewNamesRequest GetBloombergViewNamesRequest) {
     this.getBloombergViewNamesAsync(GetBloombergViewNamesRequest, null);
 }