Share via


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

See Also

BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top