Gets a license pool.
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetLicensePool( _
ByVal license_pool_id As Long, _
ByVal db As IDatabase _
) As LicensePool
This language is not supported or no code example is available.
public static LicensePool GetLicensePool(
long license_pool_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static LicensePool^ GetLicensePool(
long license_pool_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- license_pool_id
 - 
		Type: long 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>