getUserLicenseList
Retrieves Perforce ALM licensing and current usage information. A SOAP error envelope is returned if the operation fails.
The user must have permission to administer all license server functions on the Perforce ALM License Server to use this operation.
Parameters
| Parameter | Type | Description |
|---|---|---|
| cookie | long | Session cookie returned by projectLogon. |
Return value
| Value | Type |
|---|---|
| UserLicenseList | CUserLicense[] |
Example
CUserLicense[] usrLicenses = ttsdk.getUserLicenseList(cookie);