Cloud Connector API  version 3.5.1001.64485
API for managing and configuring the Cloud Connector
Cisco.CoDev.Identity.ConnectorService.Management.DryRun Namespace Reference

Classes

class  DryRunEventArgs
 Event arguments object specific for dry run events. More...
 
interface  IDryRunManager
 Interface for managing "dry run" or test synchronizations of on-premise directory information into the cloud. More...
 
interface  IDryRunStatus
 Interface representing the dry run status. More...
 

Enumerations

Functions

delegate void DryRunCompletedHandler (object sender, DryRunEventArgs args)
 Event handler delegate for when a dry run has completed execution. This includes successful completion as well as errors terminating the process or if the dry run was canceled. More...
 
delegate void DryRunProgressChangedHandler (object sender, DryRunEventArgs args)
 Event handler delegate for when progress has been reported by the dry run process. More...
 

Enumeration Type Documentation

enum DryRunState
strong

Enumeration of results for dry run.

Enumerator
Initialized 

Dry run has been initialized.

InProgress 

Dry run is in progress.

Success 

Dry run was successful.

Cancelled 

Dry run was cancelled.

ServiceNotRunning 

Dry run could not execute due to the service not running. The current implementation does communicate with the local service but future implementations may not do so.

Error 

Dry run encountered an error.

Function Documentation

delegate void Cisco.CoDev.Identity.ConnectorService.Management.DryRun.DryRunCompletedHandler ( object  sender,
DryRunEventArgs  args 
)

Event handler delegate for when a dry run has completed execution. This includes successful completion as well as errors terminating the process or if the dry run was canceled.

Parameters
senderThe object sending the event.
argsThe arguments specific to this event.
delegate void Cisco.CoDev.Identity.ConnectorService.Management.DryRun.DryRunProgressChangedHandler ( object  sender,
DryRunEventArgs  args 
)

Event handler delegate for when progress has been reported by the dry run process.

Parameters
senderThe object sending the event.
argsThe arguments specific to this event.