Click or drag to resize

FastUpdateUpdateTimeGroup Method

Updates the Time Group without finding it first.

Namespace:  Koopman.CheckPoint.FastUpdate
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static TimeGroup UpdateTimeGroup(
	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 Group to update.

Return Value

Type: TimeGroup
TimeGroup 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