Unit 'AdvancedIPC' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl]

TIPCClient.PostRequest

Post request to server without waiting for response

Declaration

Source position: advancedipc.pp line 114

public function TIPCClient.PostRequest(

  const aMsgType: TMessageType;

  const aStream: TStream

):Integer;

Arguments

aMsgType

  

Message type identifier

aStream

  

Stream containing request data

Function result

Request ID for retrieving the response

Description

The PostRequest function sends a request to the server and returns immediately without waiting for the server to process it. Returns the request ID that can be used to retrieve the response later using PeekResponse.

See also

SendRequest

  

Send request to server and wait until processed

PeekResponse

  

Retrieve response from server for a request


Documentation generated on: Dec 15 2025