C-DEngine 5.105

TheServiceHostInfo Methods

The TheServiceHostInfo type exposes the following members.

Methods


  Name Description
Public method AddManifestFiles
Add a list of Files required for the current application to run. The Plugin-Store service will combine all these files into an update file.
Public method CloneBase
Clonse an incoming object into this object
(Inherited from TheDataBase.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FireEvent
Fire an Event on a property
(Inherited from TheDataBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetMeta
Public method GetPrimaryStationURL
Public method GetType (Inherited from Object.)
Public method IsEventRegistered
Returns true if the requested eThingEvents has registered callbacks
(Inherited from TheDataBase.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NotifyMirror
If called from a derived class and the class was stored in a StorageMirror, this method will call the "NotifyOfUpdate" method in the StorageMirror to inform all Notification Clients that this record has changed. This is VERY Expensive! Do not call too often! This does not work with StorageMirrors that require a PostSalt (unique table name)
(Inherited from TheDataBase.)
Protected method OnPropertyChanged (Inherited from TheBindableBase.)
Public method RegisterEvent
Register a callback that will be fired on a Property Event
(Inherited from TheDataBase.)
Public method RegisterEvent2
Register a callback that will be fired on a Property Event
(Inherited from TheDataBase.)
Public method SetAllowRemoteAdministration
Allows to change the AllowRemoteAdministration Setting if the request came from a user with Administrator rights
Protected method SetProperty``1 (Inherited from TheBindableBase.)
Public method SetProxy(String, String, String)
Public method ToString (Inherited from Object.)
Public method UnregisterEvent
Unregister a previously registered callback
(Inherited from TheDataBase.)
Public method UnregisterEvent2
Unregister a previously registered callback
(Inherited from TheDataBase.)