System.Net.Socket.TSocket.TSocketAcceptAsyncResult.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AContext: TObject; const AFunc: TFunc<TSocket>;
const AAsyncCallback: TAsyncCallback = nil; AAsyncCallbackEvent: TAsyncCallbackEvent = nil);

C++

__fastcall TSocketAcceptAsyncResult(System::TObject* const AContext, const System::DelphiInterface<System::Sysutils::TFunc__1<TSocket*> > AFunc, const System::Classes::_di_TAsyncCallback AAsyncCallback, System::Classes::TAsyncCallbackEvent AAsyncCallbackEvent);

Properties

Type Visibility Source Unit Parent
constructor protected
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocketAcceptAsyncResult

Description


Creates an instance of TBaseAsyncResult.

System.Net.Socket.TSocket.TSocketAcceptAsyncResult.Create inherits from System.Classes.TBaseAsyncResult.Create. All content below this line refers to System.Classes.TBaseAsyncResult.Create.

Creates an instance of TBaseAsyncResult.

You may optionally provide an object of any type that provides context information. Use Context to access that object.

See Also