System.Net.Socket.TSocket.TSocketAcceptAsyncResult.AsyncDispatch
Delphi
procedure AsyncDispatch; override;
C++
virtual void __fastcall AsyncDispatch();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Net.Socket.pas System.Net.Socket.hpp |
System.Net.Socket | TSocketAcceptAsyncResult |
Description
Override this method to dispatch the actual asynchronous procedure call.
System.Net.Socket.TSocket.TSocketAcceptAsyncResult.AsyncDispatch inherits from System.Classes.TBaseAsyncResult.AsyncDispatch. All content below this line refers to System.Classes.TBaseAsyncResult.AsyncDispatch. Override this method to dispatch the actual asynchronous procedure call.
Descendants pass any context or other state information that the instance contains to this method.
DoAsyncDispatch calls AsyncDispatch.