StreamLink.NET
IThrottleParameters Interface
StreamLink.NETCaplin.StreamLink.CommandIThrottleParameters
Represents a set of parameters that can be used when issuing a throttle command.
Declaration Syntax
C#Visual BasicVisual C++
public interface IThrottleParameters : ICommandParameters
Public Interface IThrottleParameters _
	Implements ICommandParameters
public interface class IThrottleParameters : ICommandParameters
Value
The throttle control.
Members
All MembersMethodsProperties



IconMemberDescription
ThrottleControl
Gets the throttle control to be used when issuing the throttle command.

ToCommandString()()()
Create a string representing the command parameters.
(Inherited from ICommandParameters.)
Remarks

To create an object that implements this interface, use the CreateThrottleParameters(ThrottleControl) method of IParametersFactory

For more information on throttling see the Caplin StreamLink Overview.

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