|
UnsynchronizedSubscriptionInfoThrottled Property
|
Gets or sets the flag that determines whether
to request that the subscription be throttled.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool Throttled { get; set; }
Public Property Throttled As Boolean
Get
Set
public:
property bool Throttled {
bool get ();
void set (bool value);
}
member Throttled : bool with get, set
function get_Throttled();
function set_Throttled(value);
View SourceProperty Value
BooleanSee Also