Click or drag to resize

IInfrascaleSdkListener.Listen Method

Overload List
  NameDescription
Public methodCode exampleListen<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.
Public methodCode exampleListen(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.
Top
See Also