WebLicenseService Class ReferenceManaged web license services.
More...
List of all members.
Detailed Description
Managed web license services.
Member Function Documentation
| 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 |
|
| TransitAccountLicense GetAccountLicenseByAccountId |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account license by account id.
- Parameters:
-
| ticket | authentication ticket |
| id | account id |
- Returns:
- transit account license
|
| TransitAccountLicense GetAccountLicenseById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account license by id.
- Parameters:
-
| ticket | authentication ticket |
| id | license id |
- Returns:
- transit account license
|
| 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
|
The documentation for this class was generated from the following file:
|