Пример #1
0
 /// <remarks/>
 public void getCustDemoInfoAsync(getCustDemoInfo getCustDemoInfo1, object userState) {
     if ((this.getCustDemoInfoOperationCompleted == null)) {
         this.getCustDemoInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCustDemoInfoOperationCompleted);
     }
     this.InvokeAsync("getCustDemoInfo", new object[] {
                 getCustDemoInfo1}, this.getCustDemoInfoOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void getCustDemoInfoAsync(getCustDemoInfo getCustDemoInfo1) {
     this.getCustDemoInfoAsync(getCustDemoInfo1, null);
 }