|
DataSubscriberUseTransactionForMetadata Property
|
Gets or sets flag that determines if meta-data synchronization should be performed within a transaction.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool UseTransactionForMetadata { get; set; }
Public Property UseTransactionForMetadata As Boolean
Get
Set
public:
property bool UseTransactionForMetadata {
bool get ();
void set (bool value);
}
member UseTransactionForMetadata : bool with get, set
function get_UseTransactionForMetadata();
function set_UseTransactionForMetadata(value);
View SourceProperty Value
BooleanSee Also