Click or drag to resize

ITickleService Interface

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

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
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