SingleServerService Class


This class represents a single-server service inside Revit application. It is created when an instance of ISingleServerService is registered with Revit.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public class SingleServerService : ExternalService
Visual Basic
Public Class SingleServerService _
	Inherits ExternalService
Visual C++
public ref class SingleServerService : public ExternalService

Inheritance Hierarchy

System Object
Autodesk.Revit.DB.ExternalService ExternalService
Autodesk.Revit.DB.ExternalService SingleServerService

See Also