System.Net.Socket.TSocket.TSocketConnectResult.AsyncDispatch

From RAD Studio API Documentation

Delphi

procedure AsyncDispatch; override;

C++

virtual void __fastcall AsyncDispatch(void);

Properties

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

Description

Override this method to dispatch the actual asynchronous procedure call. {{#multireplace:System.Net.Socket.TSocket.TSocketConnectResult.AsyncDispatch|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TBaseAsyncResult.AsyncDispatch|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TBaseAsyncResult.AsyncDispatch|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. 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.

See Also