Click or drag to resize

IConfigurationPushServiceConfigure Method

Configure the specified target device with the specified username and software

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
List<Uri> Configure(
	Uri targetUri,
	string userName,
	string password,
	IDictionary<string, Object> configuration
)

Parameters

targetUri
Type: SystemUri

[Missing <param name="targetUri"/> documentation for "M:SanteDB.DisconnectedClient.Services.IConfigurationPushService.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.Services.IConfigurationPushService.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:SanteDB.DisconnectedClient.Services.IConfigurationPushService.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

configuration
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="configuration"/> documentation for "M:SanteDB.DisconnectedClient.Services.IConfigurationPushService.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

Type: ListUri

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.IConfigurationPushService.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also