IAccountServiceUpdateLastLogOnIpAddress Method |
Update the last log on IP address of an account.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid 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 Guid
- ID of the account.
- ipAddress String
- 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