Assembly: Fore;
The ISheduledAuditEvent interface is used to work with the system event, on occurring of which the task is executed.
ISheduledAuditEvent
To schedule task execution on occurring a system event, use the IScheduledTaskAuditAlert interface.
Property name | Brief description | |
ClassId | The ClassId property determines identifier of repository object type. | |
ObjectId | The ObjectId property determines repository object identifier. | |
ObjectKey | The ObjectKey property determines key of repository object. | |
Operation | The Operation property determines the operation, executing of which generates an event. | |
Result | The Result property determines task execution result, on which an event is generated. | |
Station | The Station station property determines the workstation used to generate an event. | |
UserName | The UserName property determines the repository user who generates an event. | |
UserNameOS | The UserNameOS property determines the operating system user who generates an event. |
Method name | Brief description | |
Invoke | The Invoke method generates the task event. |
See also: