IInfrascaleSdkListener Interface |
Namespace: SOS.SDK.Contracts
public interface IInfrascaleSdkListener
The IInfrascaleSdkListener type exposes the following members.
Name | Description | |
---|---|---|
Listen(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.
| |
ListenTStarted, 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.
| |
ListenJobCompletedT |
Create an instance of the JobSessionCompletedListenerT for listen JobCompleted callbacks.
| |
ListenJobEventsT |
Create an instance of the JobSessionEventsListenerT for listen JobEvents callbacks.
| |
ListenJobProgressT |
Create an instance of the JobSessionProgressListenerT for listen JobProgress callbacks.
| |
ListenJobStartedT |
Create an instance of the JobSessionStartedListenerT for listen JobStarted callbacks.
| |
ListenOnlineBackupJob |
Create an instance of the OnlineBackupAggregatedListener for listen all OnlineBackup Job callbacks.
| |
ListenRecoveryJob |
Create an instance of the RecoveryAggregatedListener for listen all Recovery Job callbacks.
| |
ListenRefreshRecoveryInfoJob |
Create an instance of the RefreshRecoveryAggregatedListener for listen all RefreshRecovery Job
callbacks.
|