Visual Basic (Declaration) | |
---|---|
Public MustInherit Class AsyncSyncWorkerQueue(Of TWork As AsyncWorkItem) Inherits SourceCode.Disposable |
Visual Basic (Usage) | ![]() |
---|---|
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 |
- TWork
System.Object
SourceCode.Disposable
SourceCode.Collections.Concurrent.AsyncSyncWorkerQueue<TWork>
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