LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.BaseService Class Reference

Base class for services. Implements IService interface More...

Inheritance diagram for LicenseSpring.BaseService:
LicenseSpring.IService LicenseSpring.CustomerService LicenseSpring.DeviceService LicenseSpring.LicenseService LicenseSpring.OrderService LicenseSpring.ProductService

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...
 

Detailed Description

Base class for services. Implements IService interface

Member Function Documentation

◆ Initialize()

void LicenseSpring.BaseService.Initialize ( ManagementConfiguration  configuration)

Initialize management service with given configuration

Implements LicenseSpring.IService.

◆ IsInitialized()

bool LicenseSpring.BaseService.IsInitialized ( )

Check whether management service has been initialized

Implements LicenseSpring.IService.

◆ IsOnline()

bool LicenseSpring.BaseService.IsOnline ( bool  throwExceptions = false)

Helper method, it checks connection to the LicenseSpring platform.

Implements LicenseSpring.IService.


The documentation for this class was generated from the following file: