IAccountServiceClearExternalGroupCache Method |
Clears the external group cache for the specified account.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ClearExternalGroupCache(
Guid accountId
)
Sub ClearExternalGroupCache (
accountId As Guid
)
void ClearExternalGroupCache(
Guid accountId
)
abstract ClearExternalGroupCache :
accountId : Guid -> unit Parameters
- accountId Guid
- The ID of the account.
Exceptions
See Also