Click or drag to resize

ICmdHandler Interface

ICmdHandler interface. An object that implements the ICmdHandler interface can be scheduled using the task scheduler.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ICmdHandler

The ICmdHandler type exposes the following members.

Properties
  NameDescription
Public propertyProperties
The properties collection
Top
Methods
  NameDescription
Public methodExec
Executes a command.
Top
See Also