Click or drag to resize

DataPublisherAllowSynchronizedSubscription Property

Gets or sets flag that indicates if this publisher will allow synchronized subscriptions when requested by subscribers.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool AllowSynchronizedSubscription { get; set; }
View Source

Property Value

Boolean
See Also