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)
Syntaxbool CloseVisit(
Guid viewId,
Guid sessionId,
Guid clientId
)
Function CloseVisit (
viewId As Guid,
sessionId As Guid,
clientId As Guid
) As Boolean
bool CloseVisit(
Guid viewId,
Guid sessionId,
Guid clientId
)
abstract CloseVisit :
viewId : Guid *
sessionId : Guid *
clientId : Guid -> bool
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
See Also