System.Net.Socket.TSocket.TSocketAsyncResult.Complete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Complete; override;

C++

virtual void __fastcall Complete();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocketAsyncResult

Description

Override this method to perform any extra state or signaling that the descendant class requires.

System.Net.Socket.TSocket.TSocketAsyncResult.Complete inherits from System.Classes.TBaseAsyncResult.Complete. All content below this line refers to System.Classes.TBaseAsyncResult.Complete. Override this method to perform any extra state or signaling that the descendant class requires.

You must call this inherited method in the descendant class in order to properly set the completion and signal the sync handle. Failure to call this method may result in a dead lock or a hang.

See Also