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: TThe dequeued value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.