IUsageTrackingServiceCloseVisit Method |
Indicates that the usage tracking visit for the specified view, session, and client has ended.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 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
See Also