Cloud Connector API
version 3.5.1001.64485
API for managing and configuring the Cloud Connector
|
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... | |
|
strong |
Enumeration of results for dry run.
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.
sender | The object sending the event. |
args | The 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.
sender | The object sending the event. |
args | The arguments specific to this event. |