Ejemplo n.º 1
0
 /// <remarks/>
 public void DisKullaniciKimlikDogrula2Async(DisKullaniciKimlik disKullaniciKimlik, NPSIslemTipi islemTipi, Zaman istemciZamani)
 {
     this.DisKullaniciKimlikDogrula2Async(disKullaniciKimlik, islemTipi, istemciZamani, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void DisKullaniciKimlikDogrula2Async(DisKullaniciKimlik disKullaniciKimlik, NPSIslemTipi islemTipi, Zaman istemciZamani, object userState)
 {
     if ((this.DisKullaniciKimlikDogrula2OperationCompleted == null))
     {
         this.DisKullaniciKimlikDogrula2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnDisKullaniciKimlikDogrula2OperationCompleted);
     }
     this.InvokeAsync("DisKullaniciKimlikDogrula2", new object[] {
         disKullaniciKimlik,
         islemTipi,
         istemciZamani
     }, this.DisKullaniciKimlikDogrula2OperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public long DisKullaniciKimlikDogrula2(DisKullaniciKimlik disKullaniciKimlik, NPSIslemTipi islemTipi, Zaman istemciZamani)
 {
     object[] results = this.Invoke("DisKullaniciKimlikDogrula2", new object[] {
         disKullaniciKimlik,
         islemTipi,
         istemciZamani
     });
     return((long)(results[0]));
 }