Click or drag to resize

RulebaseActionReload Method

Reloads the current object. Used to either reset changes made without saving, or to increased the detailLevel to Full

Namespace:  Koopman.CheckPoint.AccessRules
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<IObjectSummary> Reload(
	bool OnlyIfPartial = false,
	DetailLevels detailLevel = DetailLevels.Standard,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

OnlyIfPartial (Optional)
Type: SystemBoolean
Only perform reload if detailLevel is not already Full
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level of child objects to retrieve.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskIObjectSummary
A task that represents the asynchronous operation. The task result contains the IObjectSummary of reloaded object

Implements

IObjectSummaryReload(Boolean, DetailLevels, CancellationToken)
Exceptions
ExceptionCondition
NotImplementedException Thrown when the objects of this Type have not been fully implemented yet.
See Also