![]() |
LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
|
Base class for services. Implements IService
interface
More...
Public Member Functions | |
void | Initialize (ManagementConfiguration configuration) |
Initialize management service with given configuration More... | |
bool | IsInitialized () |
Check whether management service has been initialized More... | |
bool | IsOnline (bool throwExceptions=false) |
Helper method, it checks connection to the LicenseSpring platform. More... | |
void | Initialize (ManagementConfiguration configuration) |
Initialize management service with given configuration More... | |
bool | IsInitialized () |
Check whether management service has been initialized More... | |
bool | IsOnline (bool throwExceptions=false) |
Helper method, it checks connection to the LicenseSpring platform. More... | |
Base class for services. Implements IService
interface
void LicenseSpring.BaseService.Initialize | ( | ManagementConfiguration | configuration | ) |
Initialize management service with given configuration
Implements LicenseSpring.IService.
bool LicenseSpring.BaseService.IsInitialized | ( | ) |
Check whether management service has been initialized
Implements LicenseSpring.IService.
bool LicenseSpring.BaseService.IsOnline | ( | bool | throwExceptions = false | ) |
Helper method, it checks connection to the LicenseSpring platform.
Implements LicenseSpring.IService.