Post request to server without waiting for response
Source position: advancedipc.pp line 114
public function TIPCClient.PostRequest( |
const aMsgType: TMessageType; |
const aStream: TStream |
):Integer; |
aMsgType |
|
Message type identifier |
aStream |
|
Stream containing request data |
Request ID for retrieving the response
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.
|
Send request to server and wait until processed |
|
|
Retrieve response from server for a request |