IUsageTrackingServiceCloseVisit Method

Indicates that the usage tracking visit for the specified view, session, and client has ended.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
bool CloseVisit(
	Guid viewId,
	Guid sessionId,
	Guid clientId
)

Parameters

viewId
Type: SystemGuid
The ID of the view.
sessionId
Type: SystemGuid
The ID of the session.
clientId
Type: SystemGuid
The ID associated with the client (e.g. web browser cookie).

Return Value

Type: Boolean
if a usage tracking visit was found and closed; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionAny of the parameters is an empty GUID.
NoPrivilegeExceptionThe caller does not own or have administrative privileges to the specified session.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also