Пример #1
0
 /// <remarks/>
 public void custLoginAsync(CustLoginBean bean, object userState) {
     if ((this.custLoginOperationCompleted == null)) {
         this.custLoginOperationCompleted = new System.Threading.SendOrPostCallback(this.OncustLoginOperationCompleted);
     }
     this.InvokeAsync("custLogin", new object[] {
                 bean}, this.custLoginOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void custLoginAsync(CustLoginBean bean) {
     this.custLoginAsync(bean, null);
 }