AsyncQueue<T>.OnDequeued Method

Occurs when a value is dequeued.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Protected Overridable Sub OnDequeued ( _
    value As T _
)
protected virtual void OnDequeued(
    T value
)
protected:
virtual void OnDequeued(
    T value
)
abstract OnDequeued : 
        value:'T -> unit  
override OnDequeued : 
        value:'T -> unit
protected function OnDequeued(
    value : T
)

Parameters

  • value
    Type: T

    The dequeued value.

.NET Framework Security

See Also

Reference

AsyncQueue<T> Class

Microsoft.VisualStudio.Threading Namespace