| AgsServiceConfiguration Constructor (Type) |
Creates a service configuration from the specified type
Namespace:
SanteDB.DisconnectedClient.Ags.Configuration
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public AgsServiceConfiguration(
Type type
)
Public Sub New (
type As Type
)
public:
AgsServiceConfiguration(
Type^ type
)
new :
type : Type -> AgsServiceConfiguration
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Configuration.AgsServiceConfiguration.#ctor(System.Type)"]
See Also