 | AppServiceBehaviorPerformUpdate Method |
Instruct the service to do an update
Namespace: SanteDB.Rest.AppServiceAssembly: SanteDB.Rest.AppService (in SanteDB.Rest.AppService.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic ParameterCollection PerformUpdate(
ParameterCollection parameters
)
Public Function PerformUpdate (
parameters As ParameterCollection
) As ParameterCollection
public:
virtual ParameterCollection^ PerformUpdate(
ParameterCollection^ parameters
) sealed
abstract PerformUpdate :
parameters : ParameterCollection -> ParameterCollection
override PerformUpdate :
parameters : ParameterCollection -> ParameterCollection Parameters
- parameters ParameterCollection
[Missing <param name="parameters"/> documentation for "M:SanteDB.Rest.AppService.AppServiceBehavior.PerformUpdate(SanteDB.Core.Model.Parameters.ParameterCollection)"]
Return Value
ParameterCollection[Missing <returns> documentation for "M:SanteDB.Rest.AppService.AppServiceBehavior.PerformUpdate(SanteDB.Core.Model.Parameters.ParameterCollection)"]
Implements
IAppServiceContractPerformUpdate(ParameterCollection)
See Also