Click or drag to resize

IObjectSummaryReload Method

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

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

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