Clears the specified range of events in the event log.
Visual Basic |
---|
Public Sub ClearRange( _ ByVal FirstEventID As Unknown, _ ByVal LastEventID As Unknown _ ) |
This method is available only if M-Files API is used in the server interface mode.
Note This method requires support for 64-bit data types. Use ClearRange_32bit in development environments such as VBScript that do not support these data types. "Development environment" should not be confused with "operating system": This method can be used in 32-bit operating systems even though it uses 64-bit data types. |