コード例 #1
0
        void _jobResultReciver_OnJobResultRecive(Quax.JobResult result)
        {
            // Inform JobDispatcher for this event
            _jobDispatcher.JobResultRecived(result);

            // Raise "Quax.JobResultRecive" event
            EventExtensions.Raise(JobResultRecive, new object[] { result });
        }