Class ILicenseStatusServiceGrpc.ILicenseStatusServiceImplBase

java.lang.Object
Arp.System.Lm.Services.Grpc.ILicenseStatusServiceGrpc.ILicenseStatusServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService
Enclosing class:
ILicenseStatusServiceGrpc

public abstract static class ILicenseStatusServiceGrpc.ILicenseStatusServiceImplBase extends Object implements io.grpc.BindableService
  • Constructor Details

    • ILicenseStatusServiceImplBase

      public ILicenseStatusServiceImplBase()
  • Method Details

    • getLicenseStatus

      / <summary>
       / Retrieves license status of specified firm code, product code and feature code provide by license issuer
       / </summary>
       / <param name="firmCode">Firm code</param>
       / <param name="productCode">Product code</param>
       / <param name="featureCode">Feature code (ignored if <c>0</c>)</param>
       / <returns>
       / <c>true</c>, if license is valid, <c>false</c> if license is invalid
       / </returns>
       / <exception cref="System.InvalidOperationException">"License manager has not been configured."</exception>
       
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService