TWork
AsyncSyncWorkerQueue<TWork> Class
Members See Also 
SourceCode.Collections.Concurrent Namespace : AsyncSyncWorkerQueue<TWork> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public MustInherit Class AsyncSyncWorkerQueue(Of TWork As AsyncWorkItem) 
   Inherits SourceCode.Disposable
Visual Basic (Usage) Copy Code
Dim instance As AsyncSyncWorkerQueue(Of TWork)
C#  
public abstract class AsyncSyncWorkerQueue<TWork> : SourceCode.Disposable 
where TWork: AsyncWorkItem
C++/CLI  
generic<typename TWork>
public ref class AsyncSyncWorkerQueue abstract : public SourceCode.Disposable 
where TWork: AsyncWorkItem

Type Parameters

TWork

Inheritance Hierarchy

System.Object
   SourceCode.Disposable
      SourceCode.Collections.Concurrent.AsyncSyncWorkerQueue<TWork>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also