Click or drag to resize

ObjectSummaryTReload 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#
public virtual Task<T> 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 to retrieve.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskT
A task that represents the asynchronous operation. The task result contains the this
Exceptions
ExceptionCondition
NotImplementedException Thrown when the objects of this Type have not been fully implemented yet.
ExceptionCannot reload a new object.
See Also