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

Parameters

sessionId  Guid
The session ID.
ipAddress  String
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