ISessionServiceSetSessionIPAddress Method |
Sets the IP address associated with the specified session.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void SetSessionIPAddress(
Guid sessionId,
string ipAddress
)
Sub SetSessionIPAddress (
sessionId As Guid,
ipAddress As String
)
void SetSessionIPAddress(
Guid sessionId,
String^ ipAddress
)
abstract SetSessionIPAddress :
sessionId : Guid *
ipAddress : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session ID. - ipAddress
- Type: SystemString
The IP address.
Exceptions See Also