Click or drag to resize

RefreshRecoveryInfoJobRunner Constructor

Create instance.

Namespace:  SOS.SDK.Tools.Runners
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public RefreshRecoveryInfoJobRunner(
	IInfrascaleClient client,
	Action<RefreshRecoveryInfoJobSessionContract> onStarted = null,
	Action<RefreshRecoveryInfoJobSessionContract> onProgress = null,
	Action<JobEventsContract> onEvents = null,
	Action<RefreshRecoveryInfoJobSessionContract> onCompleted = null
)

Parameters

client
Type: SOS.SDKIInfrascaleClient
Client for Infrascale Service.
onStarted (Optional)
Type: SystemActionRefreshRecoveryInfoJobSessionContract
Handler for Started message. Handles only events for target Job.
onProgress (Optional)
Type: SystemActionRefreshRecoveryInfoJobSessionContract
Handler for Progress messages. Handles only events for target backup Job.
onEvents (Optional)
Type: SystemActionJobEventsContract
Handler for Events messages. Handles only events for target backup Job.
onCompleted (Optional)
Type: SystemActionRefreshRecoveryInfoJobSessionContract
Handler for Completed message. Handles only events for target backup procedure.
See Also