SubsystemDeleteSession Method |
Deletes the specified monitoring session folder and all the files and folders it contains.
Namespace:
IntervalZero.RTX64.MonitorAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Parameters
- FolderPath
- Type: SystemString
Pathname of a monitoring session folder to be deleted.
Return Value
Type: BooleanReturns true if successful, otherwise returns false if the current user lacks permissions to delete any of the folder's contents, or if any of the folders contents are currently in use.
Implements
IMonitorSubsystemDeleteSession(String)
Exception | Condition |
---|---|
RTX64Exception | Thrown if this method is used without the RTX64 Runtime installed. |
