Пример #1
0
 /// <remarks/>
 public void ccTDSLookupAsync(CCEnrollmentLookupRequestV1 ccEnrollmentLookupRequestV1, object userState) {
     if ((this.ccTDSLookupOperationCompleted == null)) {
         this.ccTDSLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnccTDSLookupOperationCompleted);
     }
     this.InvokeAsync("ccTDSLookup", new object[] {
                 ccEnrollmentLookupRequestV1}, this.ccTDSLookupOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void ccTDSLookupAsync(CCEnrollmentLookupRequestV1 ccEnrollmentLookupRequestV1) {
     this.ccTDSLookupAsync(ccEnrollmentLookupRequestV1, null);
 }