2022 Method
Changes 0
M

SingleServerService.UnsetActiveServer

Description:
Unset the active server for the particular document.
Remarks:

After unsetting the active server, the document will be using the application-wide active server, if one was already set.

Note it is not possible to unset a server that acts as an application-wide active server for a service. On the other hand, there should be no reason to ever do so, for each and every registered service should have (ideally) an active server set applicatiton-wide.

public void UnsetActiveServer(
	Document document
)