BitsJob.SetNoProgressTimeout Method (UInt32)
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