Occurs after all source providers are registered.
Namespace: Relativity.IntegrationPoints.SourceProviderInstaller
Assembly: Relativity.IntegrationPoints.SourceProviderInstaller (in Relativity.IntegrationPoints.SourceProviderInstaller.dll) Version: 1.0.0.0 (1.0.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