Click or drag to resize

ITickleService Interface

Represents a service which provides tickles for the user (popup messages)

Namespace: SanteDB.Client.Tickles
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface ITickleService : IServiceImplementation

The ITickleService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodDismissTickle Dismiss a tickle
Public methodGetTickles Get tickles
Public methodSendTickle Send a tickle to the user screen
Top
See Also