Click or drag to resize

SynchronizedSubscriptionInfo Constructor

Creates a new instance of the SynchronizedSubscriptionInfo class.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public SynchronizedSubscriptionInfo(
	bool remotelySynchronized,
	int framesPerSecond
)
View Source

Parameters

remotelySynchronized  Boolean
Flag that determines whether the subscription defined by this object is remotely synchronized or locally synchronized.
framesPerSecond  Int32
Frame rate of the subscription in frames per second.
See Also