Click or drag to resize

ObjectSummaryTAcceptChanges Method (Ignore, CancellationToken)

Posts all changes to Check Point server. If successful all object properties will be updated with results.

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

Parameters

ignore
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.
See Also