|
SynchronizedSubscriptionInfoRemotelySynchronized Property
|
Gets or sets the flag that determines whether this subscription
is remotely synchronized or locally synchronized.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool RemotelySynchronized { get; set; }
Public Property RemotelySynchronized As Boolean
Get
Set
public:
property bool RemotelySynchronized {
bool get ();
void set (bool value);
}
member RemotelySynchronized : bool with get, set
function get_RemotelySynchronized();
function set_RemotelySynchronized(value);
View SourceProperty Value
BooleanSee Also