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.2.0.1000)
Syntax
bool CloseVisit(
	Guid viewId,
	Guid sessionId,
	Guid clientId
)

Parameters

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

Return Value

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