Click or drag to resize

ApplicationServiceBehaviorCreateTickle Method

Create a new tickle (allows applications to tickle the user)

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public void CreateTickle(
	Tickle data
)

Parameters

data
Type: SanteDB.DisconnectedClient.TicklerTickle

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.CreateTickle(SanteDB.DisconnectedClient.Tickler.Tickle)"]

Implements

IApplicationServiceContractCreateTickle(Tickle)
See Also