Click or drag to resize

AccessRuleDelete Method

Deletes the current object.

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

Parameters

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 operation.
Exceptions
ExceptionCondition
NotImplementedException Thrown when the objects of this Type have not been fully implemented yet.
ExceptionCannot delete a new object.
See Also