Click or drag to resize

FastUpdateUpdateTime Method

Updates the Time without finding it first.

Namespace:  Koopman.CheckPoint.FastUpdate
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static Time UpdateTime(
	this Session session,
	string identifier
)
Request Example View Source

Parameters

session
Type: Koopman.CheckPointSession
The session.
identifier
Type: SystemString
The identifier, can by name or UID of Time to update.

Return Value

Type: Time
Time object ready for you to set properties to change and then use AcceptChanges(Ignore, CancellationToken) to send set request.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Session. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also