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.1.0.1001)
Syntax
void SetSessionIPAddress(
	Guid sessionId,
	string ipAddress
)

Parameters

sessionId
Type: SystemGuid
The session ID.
ipAddress
Type: SystemString
The IP address.
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
NoPrivilegeExceptionThe caller does not have system administrator privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also