WebLicenseService Class ReferenceManaged web license services.
More...
List of all members.
Detailed Description
Managed web license services.
Member Function Documentation
| List<TransitAccountLicense> GetAccountLicenses |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get account licenses.
- Parameters:
-
- Returns:
- transit account licenses
| int GetAccountLicensesCount |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get account licenses count.
- Parameters:
-
- Returns:
- transit account licenses count
| TransitAccountLicense GetAccountLicenseById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get account license by id.
- Parameters:
-
| ticket | authentication ticket |
| id | license id |
- Returns:
- transit account license
| TransitAccountLicense GetAccountLicenseByAccountId |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get account license by account id.
- Parameters:
-
| ticket | authentication ticket |
| id | account id |
- Returns:
- transit account license
| int CreateOrUpdateAccountLicense |
( |
string |
ticket, |
|
|
TransitAccountLicense |
license | |
|
) |
| | |
Create or update a license.
- Parameters:
-
| ticket | authentication ticket |
| license | new license |
| void DeleteAccountLicense |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a license.
- Parameters:
-
| ticket | authentication ticket |
| id | license id |
The documentation for this class was generated from the following file:
|