JobSessionAggregatedListenerBaseTStarted, TProgress, TEvents, TCompleted Class |
Namespace: SOS.SDK.Tools.Listeners.AggregatedListeners
public class JobSessionAggregatedListenerBase<TStarted, TProgress, TEvents, TCompleted> : IDisposable where TStarted : JobSessionContract where TProgress : JobSessionContract where TEvents : JobEventsContract where TCompleted : JobSessionContract
The JobSessionAggregatedListenerBaseTStarted, TProgress, TEvents, TCompleted type exposes the following members.
| Name | Description | |
|---|---|---|
| JobSessionAggregatedListenerBaseTStarted, TProgress, TEvents, TCompleted |
Create instance.
|
| Name | Description | |
|---|---|---|
| ErrorMessage |
Error, occured during Job execution.
| |
| FilterJobId |
JobId for filtering messages.
|
| Name | Description | |
|---|---|---|
| Dispose | Unsubscribe current Listener instance from all Infrascale Serverl callbacks. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| WaitForCompletion |
Wait for Job completion.
Blocks the current thread until JobCompleted callbacks is not received.
| |
| WaitForCompletion(TimeSpan) |
Wait for Job completion.
Blocks the current thread until JobCompleted callbacks is not received.
|