Share

IExternalServer.GetServiceId Method

Implement this method to return the id of the service.


Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

ExternalServiceId GetServiceId()

Return Value

ExternalServiceId
The id of the service to which the server belongs.

Remarks

An external server belongs to only one external service. This method must return an Id that matches the Id of the corresponding service was registered with.

See Also

Reference

Was this information helpful?