Start the plug-in service.

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
void StartService()
Visual Basic (Declaration)
Sub StartService
Visual C++
void StartService()

Remarks

Simple DNS Plus calls the StartService asynchronously (on a separate thread) and will not start sending DNS requests to the plug-in before this method returns.

See Also