2024 Members
Changes 4
M

IExternalService

Name Return Type Description
M Execute(IExternalServer, Document, IExternalData) bool Implement this method to execute the given server.
M GetDescription() string Implement this method to return a description of the service.
M GetName() string Implement this method to return the name of the service.
M GetServiceId() ExternalServiceId Implement this method to return the unique Id of the service.
M GetVendorId() string Implement this method to return the vendor Id of the service.
M IsValidServer(IExternalServer) bool Implement this method to check if the given instance represents a valid server of this service.
M OnServersChanged(Document, ServerChangeCause, IList<Guid>) None Implement this method to handle situations when servers for the service have changed.
M OnServersDisparity(Document, IList<Guid>) DisparityResponse Implements this method to get notified that the servers in a just opened document differ from those currently set as active for the service.