|
LogEventFunctionSignature Delegate
|
Defines the function signature delegate used for logging events from the
ISecurityProvider.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax function(source, message, type, eventID);
Parameters
- source String
- The source by which the application is registered on the specified computer.
- message String
- The string to write to the event log.
- type EventLogEntryType
- One of the EventLogEntryType values.
- eventID Int32
- The application-specific identifier for the event.
See Also