Click or drag to resize

IDataStreamManager Interface

Manages streams of data for other services

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

The IDataStreamManager type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a stream to the stream manager
Public methodGet Gets the stream data by identifier from the stream manager
Public methodRemove Deletes a stream from the stream manager
Top
See Also