Programming with Reflection
SLPMaxSARequestWait property
Syntax |
object.SLPMaxSARequestWait |
Data type |
Returns (first syntax line) or specifies (second syntax line) the number of milliseconds Reflection will wait for responses to requests sent to a Service Agent or Directory Agents.
Initially, a Service Agent uses a UDP connection to respond to a request from Reflection. If the amount of data to be sent by a Service Agent exceeds the SLPPathMTU, Reflection establishes a TCP connection in order to receive the excess data. The SLPMaxSARequestWait is the amount of time Reflection will wait for a response to this TCP connection attempt.
The default value is 500.
The range of values is 1 to 60000.