Click or drag to resize

SessionDeleteTimeGroup Method

Deletes a time group.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task DeleteTimeGroup(
	string value,
	Ignore ignore = Ignore.No,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

value
Type: SystemString
The name or UID to delete.
ignore (Optional)
Type: Koopman.CheckPointIgnore
Weather warnings or errors should be ignored
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task that represents the asynchronous delete operation.
See Also