Task<int> TryLogPageRequestAsync( Uri url, string trace, string sessionId, long pageGroupId, long cidr, string ip4Address, string ip6Address, Nullable<int> userId, bool logedIn )
Parameters
- url
- The URL.
- trace
- The trace.
- sessionId
- The session identifier.
- pageGroupId
- The page group identifier.
- cidr
- The CIDR (Classless Inter-Domain Routing) numeric representation of the ip address.
- ip4Address
- The ip4 address.
- ip6Address
- The ip6 address.
- userId
- The user identifier.
- logedIn
- if set to
true
[loged in].