JobSessionListenerBaseT Class |
Namespace: SOS.SDK.Tools.Listeners
public abstract class JobSessionListenerBase<T> : IDisposable where T : JobSessionContract
The JobSessionListenerBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| JobSessionListenerBaseT |
Create instance.
|
| Name | Description | |
|---|---|---|
| Client |
Associated Infrascale Client instance for listening.
| |
| ErrorMessage |
Error, occured during Job execution.
| |
| FilterJobId |
JobId for filtering messages.
|
| Name | Description | |
|---|---|---|
| Dispose |
Dispose listener for unsubscribe from Infrascale Client events.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Listen |
Subscribe the client event for this method.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnHandled |
Calling after handling of callback.
| |
| Subscribe |
Subscribe to Infrascale Client callback.
| |
| ToString | (Inherited from Object.) | |
| Unsubscribe |
Unsubscribe from Infrascale Client callback.
|