Click or drag to resize
ResourceInformationProviderBaseGetAccountCountPerResource Method
Gets the account count per resource.

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
public abstract int GetAccountCountPerResource(
	string resourceName,
	string resourceDescriptionManagerName
)

Parameters

resourceName
Type: SystemString
Name of the resource.
resourceDescriptionManagerName
Type: SystemString
Name of the resource description manager.

Return Value

Type: Int32
Number of accounts which have services on certain resource.
See Also