Scripter



Scripter object can be used for faster execution of multiple remote management operations.

Scripter can be created on service-side remotely.

For example if you need enumerate all rules and reset counters on each rule - you need to make many remote calls for each rule. These actions can proceed long time.

Instead you can create remote Scripter object, set script code and execute these actions with one call.

 

When Scripter object created, from script available automatically:

 

Constant: ExeDir - (String) contains directory of netcom.service.exe

Object: TrafficFilter - (Object)

 

You can obtain Scripter object via CreateScripter method of TrafficFilter object.

 

See example.