Click or drag to resize

ApplicationContextAddServiceProvider Method

Add service

Namespace:  SanteDB.DisconnectedClient
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void AddServiceProvider(
	Type serviceType,
	bool addToConfiguration
)

Parameters

serviceType
Type: SystemType

[Missing <param name="serviceType"/> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.AddServiceProvider(System.Type,System.Boolean)"]

addToConfiguration
Type: SystemBoolean

[Missing <param name="addToConfiguration"/> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.AddServiceProvider(System.Type,System.Boolean)"]

See Also