Implement this to test whether a particular server should be executed.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
bool CanExecute( IExternalServer server, Document document, IExternalData data )
Parameters
- 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.