Subsystem.DeleteSession Method

Deletes the specified monitoring session folder and all the files and folders it contains.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public bool DeleteSession(
	string FolderPath
)

Parameters

FolderPath
Type: System.String
Pathname of a monitoring session folder to be deleted.

Return Value

Type: Boolean
Returns 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

IMonitorSubsystem.DeleteSession(String)
Exceptions
ExceptionCondition
RTX64Exception Thrown if this method is used without the RTX64 Runtime installed.
See Also