Occurs after the source provider is removed from the database table.
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 PreUninstallPostExecuteEvent( bool isUninstalled, Exception ex )
Parameters
- isUninstalled
- Type: System.Boolean
- ex
- Type: System.Exception
See Also