IMultiServerService.CanExecute
Description:
Implement this to test whether a particular server should be executed.
Implement this to test whether a particular server should be executed.
bool CanExecute(
IExternalServer server,
Document document,
IExternalData data
)
-
serverAn instance of a server that is to be tested.
-
documentThe associated document. It may be NULL if not applicable.
-
dataThe associated service data. It is the same data the Execute method would receive.