|
ProcessLauncherChildProcessQueryTimeout Property
|
Gets or sets the maximum processing time allowed, in milliseconds, for querying for available associated child processes.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.207-beta
Syntax public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(2000)]
property int ChildProcessQueryTimeout {
int get ();
void set (int value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(2000)>]
member ChildProcessQueryTimeout : int with get, set
function get_ChildProcessQueryTimeout();
function set_ChildProcessQueryTimeout(value);
View SourceProperty Value
Int32See Also