|
AsyncDoubleBufferedQueueTProcessItemsFunction Property
|
Gets or sets item processing function.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public 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
ActionIListTSee Also