IMultiServerService.CanExecute
Method
Description:
Implement this to test whether a particular server should be executed.
Implement this to test whether a particular server should be executed.
Parameters
| Parameter | Type | Description |
|---|---|---|
| server | IExternalServer | An instance of a server that is to be tested. |
| document | Document | The associated document. It may be NULL if not applicable. |
| data | IExternalData | The associated service data. It is the same data the Execute method would receive. |
Return Value