|
Cloud Connector API version 3.8.7000.64800
API for managing and configuring the Cloud Connector
|
Interface for managing "dry run" or test synchronizations of on-premise directory information into the cloud. More...
Inherits IDisposable.
Inherited by DryRunManager.
Public Member Functions | |
| void | Cancel () |
| Cancels the dry run if it is running. | |
| void | Start () |
| Starts the dry run. | |
Properties | |
| bool | IsRunning [get] |
| Gets a value indicating whether this is still running. | |
| IDryRunStatus | Status [get] |
| Gets the current dry run result status. | |
| TextReader | ResultOutput [get] |
| Gets the dry run result output or null if no results were obtained. | |
Events | |
| DryRunProgressChangedHandler | ProgressChanged |
| Optional event handler for providing notifications on when progress is made with the dry run. | |
| DryRunCompletedHandler | Completed |
| Optional event handler for providing notifications on when the dry run has completed. Completion includes normal execution, early termination due to errors, or user-invoked cancellation. | |
Interface for managing "dry run" or test synchronizations of on-premise directory information into the cloud.
| void Start | ( | ) |
Starts the dry run.
| InvalidOperationException | Thrown when dry run is currently running in the background. |