PermanentQueue<T>.DequeueAll Method
Dequeues all.
public T[] DequeueAll(
object reader
)
This language is not supported or no code example is available.
public:
array< T^ >^ DequeueAll(
object^ reader
)
This language is not supported or no code example is available.
public function DequeueAll(
reader : object
) : T[];
This language is not supported or no code example is available.
Parameters
-
reader
-
object
The reader.
Return Value
T[]
`0[][].
In this article
Definition