/// <remarks/> public void DisKullaniciKimlikDogrula2Async(DisKullaniciKimlik disKullaniciKimlik, NPSIslemTipi islemTipi, Zaman istemciZamani) { this.DisKullaniciKimlikDogrula2Async(disKullaniciKimlik, islemTipi, istemciZamani, null); }
/// <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); }
public long DisKullaniciKimlikDogrula2(DisKullaniciKimlik disKullaniciKimlik, NPSIslemTipi islemTipi, Zaman istemciZamani) { object[] results = this.Invoke("DisKullaniciKimlikDogrula2", new object[] { disKullaniciKimlik, islemTipi, istemciZamani }); return((long)(results[0])); }