LicensePool.GetAllLicensePools Method
Public Shared Function GetAllLicensePools( _
ByVal active_only As Boolean, _
ByVal db As IDatabase _
) As List(Of LicensePool)
This language is not supported or no code example is available.
public static List<LicensePool> GetAllLicensePools(
bool active_only,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<LicensePool^>^ GetAllLicensePools(
bool active_only,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- active_only
- bool
- db
- IDatabase
<default>