API:System.Net.Socket.TSocket.TSocketReceiveFromAsyncResult.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AContext: TObject; const AReceiveFromFunc: TReceiveFromFunc;
const AAsyncCallback: TAsyncCallback = nil; AAsyncCallbackEvent: TAsyncCallbackEvent = nil);

C++

__fastcall TSocketReceiveFromAsyncResult(System::TObject* const AContext, const _di_TReceiveFromFunc AReceiveFromFunc, const System::Classes::_di_TAsyncCallback AAsyncCallback, System::Classes::TAsyncProcedureEvent AAsyncCallbackEvent);

Properties

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

Description


Creates an instance of TBaseAsyncResult.

System.Net.Socket.TSocket.TSocketReceiveFromAsyncResult.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