|
ProcessQueueTIsSynchronized Property
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
property bool IsSynchronized {
bool get ();
}
member IsSynchronized : bool with get
function get_IsSynchronized();
View SourceReturn Value
Booleantrue,
ProcessQueueT is always synchronized (thread safe).
Remarks The
ProcessQueueT is effectively "synchronized" since all functions SyncLock operations internally.
See Also