Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the timeout, in seconds, for when there is no progress on the job.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetNoProgressTimeout(
uint seconds
)
public:
void SetNoProgressTimeout(
unsigned int seconds
)
Public Sub SetNoProgressTimeout (
seconds As UInteger
)
Parameters
seconds
Type: System.UInt32The number of seconds.
See Also
BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top