|
ProcessQueueTIsSynchronized Property
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntaxpublic 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).
RemarksThe
ProcessQueueT is effectively "synchronized" since all functions SyncLock operations internally.
See Also