Method SetTimeout
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
SetTimeout(long)
Sets the timeout for the agent server to respond.
bool SetTimeout(long millisecondsDelay)Parameters
millisecondsDelaylong-
The time span to wait before the agent server response.
Returns
SetTimeout(TimeSpan)
Sets the timeout for the agent server to respond.
bool SetTimeout(TimeSpan delay)Parameters
delayTimeSpan-
The time span to wait before the agent server response.