|
SynchronizedSubscriptionInfoFramesPerSecond Property
|
Gets or sets the frame rate of the subscription in frames per second.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public int FramesPerSecond { get; set; }
Public Property FramesPerSecond As Integer
Get
Set
public:
property int FramesPerSecond {
int get ();
void set (int value);
}
member FramesPerSecond : int with get, set
function get_FramesPerSecond();
function set_FramesPerSecond(value);
View SourceProperty Value
Int32See Also