EventReader.DeleteSession Method

Deletes the contents of the current Session. Once called this object will also be disposed of and cannot be used further. A new object should be instantiated.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool DeleteSession()

Return Value

Type: Boolean
returns TRUE if successfully deleted the contents of session. This will also Delete the folder if successful. Regardless of whether this call has succeeded or failed the object will be disposed and cannot be used after.
See Also