Agent Built-In Interfaces

The following dispinterfaces are always available to an agent script within its namespace when executing.

channel

This is the IChannel dispinterface through which the Refresh method was invoked.

options

This is the dispinterface on a class Dictionary object contained in the Channel object's RefreshOptions collection.

project

the IProject dispinterface passed to Refresh as an argument.  If Refresh is invoked on an IProject dispinterface, that interface is passed to subsequent calls to IChannel Refresh method invocations.

util

this interface is included automatically in every scripting host.  It contains a set of utility methods that perform routine tasks useful to agent programmers. 


© 1997-1998 Microsoft Corporation. All rights reserved.