AsyncQueue<T>.OnDequeued(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when a value is dequeued.
protected:
virtual void OnDequeued(T value);
protected:
virtual void OnDequeued(T value);
virtual void OnDequeued(T value);
protected virtual void OnDequeued (T value);
abstract member OnDequeued : 'T -> unit
override this.OnDequeued : 'T -> unit
Protected Overridable Sub OnDequeued (value As T)
Parameters
- value
- T
The dequeued value.