Click or drag to resize

GenericObjectSummaryReload Method

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

Namespace:  Koopman.CheckPoint.Common
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
IObjectSummary of reloaded object

Implements

IObjectSummaryReload(Boolean, DetailLevels, CancellationToken)
See Also