|
DoubleBufferedQueueTProcessItemsFunction Property
|
Gets or sets item processing function.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.293-beta+b9f6fb0447e0fddffa5bbbc6db4d9737c334ae9a
Syntaxpublic Action<IList<T>> ProcessItemsFunction { get; set; }Public Property ProcessItemsFunction As Action(Of IList(Of T))
Get
Set
member ProcessItemsFunction : Action<IList<'T>> with get, set
function get_ProcessItemsFunction();
function set_ProcessItemsFunction(value);
View SourceProperty Value
ActionIListT
See Also