ServerLicense Class |
Namespace: Perforce.P4
The ServerLicense type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerLicense | Initializes a new instance of the ServerLicense class | |
| ServerLicense(Int32, DateTime) | Initializes a new instance of the ServerLicense class |
| Name | Description | |
|---|---|---|
| Application |
Application that can use this license.
| |
| ClientCount |
Number of active clients.
| |
| ClientLimit |
Maximum number of clients those can use the license.
| |
| Clients |
Number of supported clients.
| |
| Customer |
Customer to whom this license is granted.
| |
| Expires | ||
| ExtraCapabilities |
ExtraCapabilities of license.
| |
| FileCount |
Number of files.
| |
| FileLimit |
Maximum number of files those can be added under current license.
| |
| IPaddress |
IP/Port address for license.
| |
| IsLicensed |
Boolean indicating if Server is licensed or not.
| |
| License |
The license key.
| |
| LicenseExpires |
Date at which the license expires.
| |
| LicenseTimeRemaining |
Remaining time for license expiration.
| |
| Platform |
Platform for which license is generated.
| |
| RawData | ||
| RepoCount |
Active number of Repos using the license.
| |
| RepoLimit |
Maximum number of Repos allowed under current license.
| |
| ServerIPMACAddresses | ||
| SupportExpires |
Date at which support expires.
| |
| UserCount |
Active number of users using the license.
| |
| UserLimit |
Maximum number of users those can use the license.
| |
| Users |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromServerLicenseCmdTaggedOutput | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Parse a license spec
| |
| ToString |
Format as a license spec
(Overrides ObjectToString.) |