Click or drag to resize

SessionFindServiceUDP Method

Finds a UDP service.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<ServiceUDP> FindServiceUDP(
	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: TaskServiceUDP
A task that represents the asynchronous operation. The task result contains the ServiceUDP object
See Also