Click or drag to resize

FastUpdateUpdateServiceICMP6 Method

Updates the Service ICMP6 without finding it first.

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

Return Value

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