System.Generics.Collections.TThreadedQueue.DoShutDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoShutDown;

C++

void __fastcall DoShutDown();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TThreadedQueue

Description

Shuts down the queue.

Use DoShutDown to shut down the queue. The monitor is stopped and the lock is released.

See Also