ServerChannelTimeout Property |
Indicates the maximum time to wait for an event.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
Return Value
Type:
Int32The maximum time to wait for an event (milliseconds).
RemarksIf Timeout returnes "0" (zero), then there is no active timeout,
and the server blocks forever waiting for events.
If Timeout is positive, the server will call the ProcessTimeout method everytime the timeout expires while
waiting for an event.
See Also