StreamLink.NET
IContainerSubscriptionParameters Interface
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionParameters
Provides access to the parameters used for a subscription to a container on the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
public interface IContainerSubscriptionParameters : ISubscriptionParameters
Public Interface IContainerSubscriptionParameters _
	Implements ISubscriptionParameters
public interface class IContainerSubscriptionParameters : ISubscriptionParameters
Members
All MembersMethodsProperties



IconMemberDescription
ElementCount
Gets the number of elements in the container window.

Equals(ISubscriptionParameters)
Determines if this instance of ISubscriptionParameters is equal to another instance. This is used for message optimisation.
(Inherited from ISubscriptionParameters.)
RecordSubscriptionParameters
Provides access to the parameters that define record elements in the container.

StartIndex
Gets the index of the first container element in the container window.

ToParameterString()()()
Converts the ISubscriptionParameters into a string representation.
(Inherited from ISubscriptionParameters.)
Remarks
The container subscription parameters define the window into the container (the index of the start element of the window and the number of elements in the window). They also provide access, through the RecordSubscriptionParameters property, to the parameters that define record elements in the container.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.22.0 (5.0.22.0)