Click or drag to resize

SessionFindNetwork Method

Finds a network.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<Network> FindNetwork(
	string value,
	DetailLevels detailLevel = DetailLevels.Standard,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

value
Type: SystemString
The name or UID to find.
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level of child objects to return.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskNetwork
A task that represents the asynchronous operation. The task result contains the Network object
See Also