DataSource.NET
Caplin.DataSource.Messaging.Container Namespace
NamespacesCaplin.DataSource.Messaging.Container

The Caplin.DataSource.Messaging.Container namespace contains interfaces for the generation of updates to Container subjects.

Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.DataSource.Messaging.Container
Namespace Caplin.DataSource.Messaging.Container
namespace Caplin.DataSource.Messaging.Container
Types
All TypesInterfacesEnumerations
IconTypeDescription
ContainerOperationType
Enumeration that defines the type of an IContainerOperation.

IContainerMessage
An instance of IContainerMessage represents an update to a container.

IContainerModel
This interface defines a model that represents a container. Implement it to simplify the processing of incoming IContainerMessages.

IContainerOperation
Interface that represents a container operation.

Remarks

A container holds elements that are references to other subjects. This allows a DataSource application to group subjects together. Client applications can subscribe to containers via Liberator. The client is automatically subscribed to the elements referenced by the container, and the Liberator can supply the client with updates for a subset of these elements as specified by the client. For more information on how clients can use containers, see the Caplin StreamLink 5.0 Overview.