IEventHookService Interface |
Namespace: Dundas.BI
The IEventHookService type exposes the following members.
Name | Description | |
---|---|---|
RaiseEvent(Guid, ActionDelegate) | Raises an application event, but gives the caller control over how each subscriber is invoked. | |
RaiseEvent(Guid, Object, EventArgs) | Raises an application event. |
Name | Description | |
---|---|---|
ApplicationEvent | Occurs when any application event is raised. | |
BroadcastMessageReceived | Occurs when a broadcast message from another server has been received. | |
ConfigChanged | Occurs when the value of one or more settings changed in the current configuration. | |
CreatedFileSystemEntry | Occurs when a file system entry has been created. | |
CreatedProject | Occurs when a project has been created. | |
CreatingSession | Occurs when a session is being created. | |
DeletingAccount | Occurs when an account is being deleted. | |
DeletingGroup | Occurs when a group is being deleted. | |
DeletingProject | Occurs when a project is being deleted. | |
DeletingTenant | Occurs when a tenant is being deleted. | |
DiagnosticsRequest | Occurs when the system requests diagnostic information from all components. | |
ExportCompleted | Occurs when an export (PDF, Excel, etc.) is finished. | |
FederatedAuthenticationSuccessFromIdentityProvider | Occurs when a federated authentication identity provider has validated the caller's identity. | |
GlobalCleanup | Occurs when the global cleanup task is executed. | |
LicenseChanged | Occurs when a license was installed or removed. | |
LocalCleanup | Occurs when the local cleanup task is executed. | |
RemovingAccountFromTenants | Occurs when an account is being removed from a tenant. | |
SavingTenant | Occurs when a tenant is being saved. | |
ServerRegistryChanged | Occurs when something in the application's server registry changed. | |
SessionKeepAlive | Occurs when a session is being actively used. | |
TerminatingSession | Occurs when a session is being terminated. | |
TransferImportCompleted | Occurs when transfer import is finished. |