Esempio n. 1
0
 /// <summary>
 /// Ýþçi thread iþ parçasý hata aldý olayýný tetikler.
 /// </summary>
 /// <param name="sender">Olayý tetikleyen nesne.</param>
 /// <param name="e">Olay argümanlarý.</param>
 public void OnWorkerThreadWorkItemException(object sender, WorkerThreadWorkItemExceptionEventArgs e)
 {
     WorkerThreadWorkItemException(sender, e);
 }
 private void OnWorkerThreadWorkItemException(WorkerThreadWorkItemExceptionEventArgs e)
 {
     m_WorkerThreadManager.OnWorkerThreadWorkItemException(this, e);
 }