2025.3 Method
Changes 0
M

IMultiServerService.CanExecute

Description:
Implement this to test whether a particular server should be executed.
bool CanExecute(
	IExternalServer server,
	Document document,
	IExternalData data
)
  • server
    An instance of a server that is to be tested.
  • document
    The associated document. It may be NULL if not applicable.
  • data
    The associated service data. It is the same data the Execute method would receive.
Return Value Boolean Boolean