Visual Basic (Declaration) | |
---|---|
Public Function BeginDequeue( _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As LimitedPriorityConcurrentQueue(Of TValue,TPriority) Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginDequeue(callback, asyncState) |
C# | |
---|---|
public IAsyncResult BeginDequeue( AsyncCallback callback, object asyncState ) |
C++/CLI | |
---|---|
public: IAsyncResult^ BeginDequeue( AsyncCallback^ callback, Object^ asyncState ) |
Parameters
- callback
- asyncState
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