Click or drag to resize

SessionFindApplicationSite Method (Int32, DetailLevels, CancellationToken)

Finds an application site.

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

Parameters

applicationID
Type: SystemInt32
The application identifier.
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level of child objects to return.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

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