| GenericLocalActRepositoryTActCancel Method |
Insert or update the specified act
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public TAct Cancel(
Guid id
)
Public Function Cancel (
id As Guid
) As TAct
public:
virtual TAct Cancel(
Guid id
) sealed
abstract Cancel :
id : Guid -> 'TAct
override Cancel :
id : Guid -> 'TAct
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalActRepository`1.Cancel(System.Guid)"]
Return Value
Type:
TAct[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalActRepository`1.Cancel(System.Guid)"]
Implements
ICancelRepositoryServiceTModelCancel(Guid)See Also