Click or drag to resize

IInfrascaleSdkListenerListen Method

Overload List
  NameDescription
Public methodCode exampleListenTStarted, TProgress, TEvents, TCompleted(ActionTStarted, ActionTProgress, ActionTEvents, ActionTCompleted)
Create an instance of the JobSessionAggregatedListenerBaseTStarted, 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(ActionJobSessionContract, ActionJobSessionContract, ActionJobEventsContract, ActionJobSessionContract)
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