LicenseService.Request Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Request(LicenseRequest, bool, out String)
Request a new license from the license server.
public static License Request(LicenseRequest model, bool store, out string error)
Parameters
- model
- LicenseRequest
The details of the user that registers.
- store
- bool
Set to true to store the license in the DB.
- error
- string
Out parameter to pass back errors.