Implement this method to check if the given instance represents a valid server of this service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
bool IsValidServer( IExternalServer server )
Parameters
- server IExternalServer
- An instance of a server that is to be validated.
Return Value
BooleanTrue if the server is valid, False otherwise