AccountsHelperGetAccountFromCache Method |
Gets an account from the account cache.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static Account GetAccountFromCache(
Guid accountId
)
Public Shared Function GetAccountFromCache (
accountId As Guid
) As Account
public:
static Account^ GetAccountFromCache(
Guid accountId
)
static member GetAccountFromCache :
accountId : Guid -> Account
Parameters
- accountId
- Type: SystemGuid
The account id.
Return Value
Type:
AccountRequested account or
null if not found.
See Also