Click or drag to resize

RequestEventTimeout Property

Gets the timeout of this request event.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public int Timeout { get; }

Property Value

Type: Int32
The timeout of this request event.
Remarks
The timeout is a non-negative value indicating the maximum number of milliseconds the sender of this request will wait for the reply. If the returned value is zero (0), the sender will wait forever.
See Also