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