Click or drag to resize

IPubSubLogService Interface

A service which logs and manages the logging of sending

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IPubSubLogService

The IPubSubLogService type exposes the following members.

Methods
 NameDescription
Public methodGetDispatches Get all the times that the object was dispatched on the specified channel
Public methodGetLastDispatch Get the last dispatch log entry from the object on the subscription
Public methodLogDispatch Log the dispatching of an object to the remote server
Top
See Also