FX3ConnectionStreamTimeoutSeconds Property |
Sets the timeout for the Bulk Endpoint used in real time streaming modes.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic int StreamTimeoutSeconds { get; set; }
Public Property StreamTimeoutSeconds As Integer
Get
Set
public:
virtual property int StreamTimeoutSeconds {
int get () sealed;
void set (int value) sealed;
}
abstract StreamTimeoutSeconds : int with get, set
override StreamTimeoutSeconds : int with get, set
Return Value
Type:
Int32The timeout time, in seconds
Implements
IRegInterface.StreamTimeoutSeconds
See Also