|
Cloud Connector API version 3.8.7000.64800
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 | |
| enum | DryRunState { Initialized , InProgress , Success , Cancelled , ServiceNotRunning , Error } |
| Enumeration of results for dry run. More... | |
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. | |
| delegate void | DryRunProgressChangedHandler (object sender, DryRunEventArgs args) |
| Event handler delegate for when progress has been reported by the dry run process. | |
| enum DryRunState |
Enumeration of results for dry run.
| 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.
| sender | The object sending the event. |
| args | The arguments specific to this event. |
| delegate void 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. |