The ExternalService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddServer | Registers a server with its service. |
![]() | Dispose | Releases all resources used by the ExternalService |
![]() | Equals | (Inherited from Object .) |
![]() | GetDefaultServerId | Returns the Id of the default server if one was assigned to the service. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object .) |
![]() | GetOptions | A copy of the options the service was registered with. |
![]() | GetPublicAccessKey | Access key to use to execute a service. |
![]() | GetRegisteredServerIds | Returns Ids of all servers registered for the service. |
![]() | GetServer | Returns the instance that provides implementation for a registered server. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object .) |
![]() | IsRegisteredServerId | Checks if the Id represents a valid server that has been registered for the service. |
![]() | RemoveServer | Removes/unregisters a server from the service. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object .) |
Properties
Name | Description | |
---|---|---|
![]() | Description | The description for the service |
![]() | IsSerializable | Indicates whether executions of the service requires serialization in documents or not. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | Name | The name of the service |
![]() | NumberOfServers | Indicates the number of servers currently registered with the service. |
![]() | ServiceId | The Id of the service |
![]() | VendorId | The vendor who provided the service |