PostInstallPostExecuteEvent Delegate

Relativity Integration Points API
Occurs after all source providers are registered.

Namespace:  kCura.IntegrationPoints.SourceProviderInstaller
Assembly:  kCura.IntegrationPoints.SourceProviderInstaller (in kCura.IntegrationPoints.SourceProviderInstaller.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax

C#
public delegate void PostInstallPostExecuteEvent(
	bool isInstalled,
	Exception ex
)

Parameters

isInstalled
Type: System.Boolean
Indicates whether the source providers were installed.
ex
Type: System.Exception
An exception thrown when errors occur during the installation of a data source provider.
See Also

Reference