|
ServiceInstallerExStartTimeout Property
|
Sets the service start timeout in milliseconds.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax public int StartTimeout { set; }
Public WriteOnly Property StartTimeout As Integer
Set
public:
property int StartTimeout {
void set (int value);
}
member StartTimeout : int with set
function set_StartTimeout(value);
View SourceProperty Value
Int32See Also