Send an empty packet using the connection default SendReceiveOptions and wait for a returned object again using default SendReceiveOptions. Usefull to request an object when there is no need to send anything.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- sendingPacketTypeStr
- Type: System String
The sending packet type
- expectedReturnPacketTypeStr
- Type: System String
The packet type which will be used for the reply
- returnPacketTimeOutMilliSeconds
- Type: System Int32
A timeout in milliseconds after which if not reply is received will throw an ExpectedReturnTimeoutException.
- sentPacketSequenceNumber
- Type: System Int64
The sequence number of the packet sent
Type Parameters
- returnObjectType
- The type of return object
Return Value
Type: returnObjectType[Missing <returns> documentation for "M:NetworkCommsDotNet.Connections.Connection.SendReceiveObject``1(System.String,System.String,System.Int32,System.Int64@)"]
See Also