IAccountServiceUpdateLastLogOnIpAddress Method |
Update the last log on IP address of an account.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void UpdateLastLogOnIpAddress(
Guid accountId,
string ipAddress
)
Sub UpdateLastLogOnIpAddress (
accountId As Guid,
ipAddress As String
)
void UpdateLastLogOnIpAddress(
Guid accountId,
String^ ipAddress
)
abstract UpdateLastLogOnIpAddress :
accountId : Guid *
ipAddress : string -> unit
Parameters
- accountId
- Type: SystemGuid
ID of the account. - ipAddress
- Type: SystemString
IP address of the location where the user logs on.
Exceptions Remarks
This method will not have any effect unless the accounts provider implements
IAccountsProvider2.
See Also