Gets all license pools.
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
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
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
<default>