| IApplicationServiceContractPerformUpdate Method (String) |
Instruct the service to do an update
Namespace:
SanteDB.DisconnectedClient.Ags.Contracts
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax void PerformUpdate(
string appId
)
Sub PerformUpdate (
appId As String
)
void PerformUpdate(
String^ appId
)
abstract PerformUpdate :
appId : string -> unit
Parameters
- appId
- Type: SystemString
[Missing <param name="appId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.PerformUpdate(System.String)"]
See Also