![]() | IInfrascaleSdkListener.Listen Method |
Name | Description | |
---|---|---|
![]() ![]() | Listen<TStarted, TProgress, TEvents, TCompleted>(Action<TStarted>, Action<TProgress>, Action<TEvents>, Action<TCompleted>) |
Create an instance of the JobSessionAggregatedListenerBase<TStarted, TProgress, TEvents, TCompleted> for
listen all Job callbacks with specified callback types.
Handles all callbacks.
Use other specified Jobs related listeners, if you know real type of the listened Job.
|
![]() ![]() | Listen(Action<JobSessionContract>, Action<JobSessionContract>, Action<JobEventsContract>, Action<JobSessionContract>) |
Create an instance of the JobSessionAggregatedListener for listen all Job callbacks without specifiyng
callback types.
Use other specified Jobs related listeners, if you know real type of the listened Job.
|