Show / Hide Table of Contents

Class Licenser

License helper class.

Inheritance
object
Licenser
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public static class Licenser

Methods

| Improve this Doc View Source

SetKey(string)

Set the API license key. This should be done before attempting to connect to the HoloMetrix Hub service.

Declaration
public static void SetKey(string key)
Parameters
Type Name Description
string key

The developer's license key.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX