2021 Members
Changes 5
M

ExternalService

Name Return Type Description Inherited From
M AddServer(IExternalServer) None Registers a server with its service.
M Dispose() None Releases all resources used by the ExternalService
M Equals None (Inherited from Object .) Object .
M GetDefaultServerId() Guid Returns the Id of the default server if one was assigned to the service.
M GetHashCode None (Inherited from Object .) Object .
M GetOptions() ExternalServiceOptions A copy of the options the service was registered with.
M GetPublicAccessKey() Guid Access key to use to execute a service.
M GetRegisteredServerIds() IList<Guid> Returns Ids of all servers registered for the service.
M GetServer(Guid) IExternalServer Returns the instance that provides implementation for a registered server.
M GetType None (Inherited from Object .) Object .
M IsRegisteredServerId(Guid) bool Checks if the Id represents a valid server that has been registered for the service.
M RemoveServer(Guid) None Removes/unregisters a server from the service.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Description string The description for the service
P IsSerializable bool Indicates whether executions of the service requires serialization in documents or not.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Name string The name of the service
P NumberOfServers int Indicates the number of servers currently registered with the service.
P ServiceId ExternalServiceId The Id of the service
P VendorId string The vendor who provided the service