Ejemplo n.º 1
0
 /// <remarks/>
 public void ccTDSAuthenticateAsync(CCAuthenticateRequestV1 ccAuthenticateRequestV1, object userState) {
     if ((this.ccTDSAuthenticateOperationCompleted == null)) {
         this.ccTDSAuthenticateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnccTDSAuthenticateOperationCompleted);
     }
     this.InvokeAsync("ccTDSAuthenticate", new object[] {
                 ccAuthenticateRequestV1}, this.ccTDSAuthenticateOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void ccTDSAuthenticateAsync(CCAuthenticateRequestV1 ccAuthenticateRequestV1) {
     this.ccTDSAuthenticateAsync(ccAuthenticateRequestV1, null);
 }