IAccountServiceClearExternalGroupCache Method |
Clears the external group cache for the specified 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 ClearExternalGroupCache(
Guid accountId
)
Sub ClearExternalGroupCache (
accountId As Guid
)
void ClearExternalGroupCache(
Guid accountId
)
abstract ClearExternalGroupCache :
accountId : Guid -> unit
Parameters
- accountId
- Type: SystemGuid
The ID of the account.
Exceptions See Also