Cloud Connector API  version 3.5.1001.64485
API for managing and configuring the Cloud Connector
IDryRunManager Interface Reference

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...
 

Detailed Description

Interface for managing "dry run" or test synchronizations of on-premise directory information into the cloud.

Member Function Documentation

void Cancel ( )

Cancels the dry run if it is running.

void Start ( )

Starts the dry run.

Exceptions
InvalidOperationExceptionThrown when dry run is currently running in the background.

Property Documentation

bool IsRunning
get

Gets a value indicating whether this is still running.

TextReader ResultOutput
get

Gets the dry run result output or null if no results were obtained.

Gets the current dry run result status.

Event Documentation

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.

Optional event handler for providing notifications on when progress is made with the dry run.


The documentation for this interface was generated from the following file: