ScaleDefinitionConfigurationRequestTimeout Property | |
Gets or sets RequestTimeout.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
public int RequestTimeout { get; set; }
public:
[DefaultValueAttribute(0)]
property int RequestTimeout {
int get ();
void set (int value);
}
function get_RequestTimeout();
function set_RequestTimeout(value);
Property Value
Type:
Int32See Also