|
ProcessLauncherUtilizationUpdateInterval Property
|
Gets or sets the interval over which to calculate lunched process utilization.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.207-beta
Syntax public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5000)]
property int UtilizationUpdateInterval {
int get ();
void set (int value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(5000)>]
member UtilizationUpdateInterval : int with get, set
function get_UtilizationUpdateInterval();
function set_UtilizationUpdateInterval(value);
View SourceProperty Value
Int32See Also