Announcement

Collapse
No announcement yet.

HomeSeer.PluginSdk.Events.EventUpdateReturnData does not exits in HomeSeer.PluginSdk

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HomeSeer.PluginSdk.Events.EventUpdateReturnData does not exits in HomeSeer.PluginSdk

    Using HomeSeer version 4.0.0.30 Edition: HS4 Pro Starting Now (DEBUG BUild)

    Use of the following does not compile due to HomeSeer.PluginSdk.Events.EventUpdateReturnData being in the SDK documentation, but not in pluginSdk.dll. No use of EventUpdateReturnData exists in any of the sample plugins.

    public HomeSeer.PluginSdk.Events.EventUpdateReturnData ActionProcessPostUI(NameValueCollection postData, HomeSeer.PluginSdk.Events.TrigActInfo actInfo)

    #2
    EventUpdateReturnData is deprecated.

    The inline documentation is usually the most up to date and should be referenced when in doubt. Also, the event lifecycle is now handled automatically and those methods should not be overriden.

    Comment

    Working...
    X