|
M
AddServer(IExternalServer)
|
None
|
Registers a server with its service. (Inherited from ExternalService .)
|
ExternalService
|
|
M
Dispose()
|
None
|
(Inherited from ExternalService .)
|
ExternalService
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetActiveServerIds.()
|
IList<Guid>
|
Returns Ids of the currently active application-level servers registered for the service.
|
|
|
M
GetActiveServerIds(Document)
|
IList<Guid>
|
Returns Ids of the servers currently applicable to the given document for the service.
|
|
|
M
GetDefaultServerId()
|
Guid
|
Returns the Id of the default server if one was assigned to the service. (Inherited from ExternalService .)
|
ExternalService
|
|
M
GetHashCode
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetOptions()
|
ExternalServiceOptions
|
A copy of the options the service was registered with. (Inherited from ExternalService .)
|
ExternalService
|
|
M
GetPublicAccessKey()
|
Guid
|
Access key to use to execute a service. (Inherited from ExternalService .)
|
ExternalService
|
|
M
GetRegisteredServerIds()
|
IList<Guid>
|
Returns Ids of all servers registered for the service. (Inherited from ExternalService .)
|
ExternalService
|
|
M
GetServer(Guid)
|
IExternalServer
|
Returns the instance that provides implementation for a registered server. (Inherited from ExternalService .)
|
ExternalService
|
|
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. (Inherited from ExternalService .)
|
ExternalService
|
|
M
RemoveServer(Guid)
|
None
|
Removes/unregisters a server from the service. (Inherited from ExternalService .)
|
ExternalService
|
|
M
SetActiveServers(IList.Guid.)
|
None
|
Changes the active servers and/or their order.
|
|
|
M
SetActiveServers(IList.Guid., Document)
|
None
|
Changes the active servers and/or their order for the given document.
|
|
|
M
ToString
|
None
|
(Inherited from Object .)
|
Object .
|