eEngineName Members
The eEngineName type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
eEngineName()()()() |
Constructor
|
|
|
eEngineName(String) |
With new Engine Name
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
ContentService |
ClassName of the ContentService responsible for all basic communication such as subscription management and blob transfers
|
|
|
Name |
Define your own for your plugin: call "eEngineName MyPluginName=new eEngineName(classname);"
instead of using "MyBaseEngine.GetEngineName() you could use MyPluginName.Name;
|
|
|
NMIService |
Classname of the NMI Engine
|
|
|
StorageService | Obsolete.
RETIRED IN V4: ClassName of the StorageService responsible for all Storage related communications
|
|
|
ThingService |
Classname of the Thing Engine
|
|
|
WebRelayService | Obsolete.
RETIRED IN V4: ClassName of the WebRelayService resposible for all HTML5 and Web Relay communication
|