ISessionServiceSetSessionIPAddress Method |
Sets the IP address associated with the specified session.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid 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 Guid
- The session ID.
- ipAddress String
- The IP address.
Exceptions
See Also