Jump to content

meikelenboom

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by meikelenboom

  1.  

    void PluginDataCheck()

    This is where your plugin checks whether it needs to inform you about something, perfect place for notifications to be sent. It gets called automatically every 15-20 seconds.

     

     

    I'm looking for a way to delay this check. I'm running queries and I don't want to burden my server too much. Does anybody have a best practice to decrease to, for example every five minutes.

     

     

  2. Hello,

     

    I'm developing a plugin to monitor a row amount in a sql server table. If it's above a certain amount I need to have a warning. 

     

    To build a good application I want to configure the connectionstring and certain other values through a configuration screen. I'm able to popup the screen add a text box and close it. What I'm looking for is a small example on how to use the SetRegistryValue and the GetValueForKey in the form.

     

    Can anybody help me?

×
×
  • Create New...