Cloud Connector API
version 3.5.1001.64485
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. More... | |
void | Start () |
Starts the dry run. More... | |
Properties | |
bool | IsRunning [get] |
Gets a value indicating whether this is still running. More... | |
IDryRunStatus | Status [get] |
Gets the current dry run result status. More... | |
TextReader | ResultOutput [get] |
Gets the dry run result output or null if no results were obtained. More... | |
Events | |
DryRunProgressChangedHandler | ProgressChanged |
Optional event handler for providing notifications on when progress is made with the dry run. More... | |
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. More... | |
Interface for managing "dry run" or test synchronizations of on-premise directory information into the cloud.
void Cancel | ( | ) |
Cancels the dry run if it is running.
void Start | ( | ) |
Starts the dry run.
InvalidOperationException | Thrown when dry run is currently running in the background. |
|
get |
Gets a value indicating whether this is still running.
|
get |
Gets the dry run result output or null if no results were obtained.
|
get |
Gets the current dry run result status.
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.
DryRunProgressChangedHandler ProgressChanged |
Optional event handler for providing notifications on when progress is made with the dry run.