Click or drag to resize

FastUpdateUpdateSimpleGateway Method

Updates the Simple Gateway without finding it first.

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

Return Value

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