public DoubleBufferedQueueManager( Action<IList<T>> itemHandler, Action<Exception> exceptionHandler )
Public Sub New ( itemHandler As Action(Of IList(Of T)), exceptionHandler As Action(Of Exception) )
public: DoubleBufferedQueueManager( Action<IList<T>^>^ itemHandler, Action<Exception^>^ exceptionHandler )
new : itemHandler : Action<IList<'T>> * exceptionHandler : Action<Exception> -> DoubleBufferedQueueManager
GSF.Collections.DoubleBufferedQueueManager = function(itemHandler, exceptionHandler);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.