[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets timeout on no progress

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetNoProgressTimeout(
	
out 
uint 
seconds
)
Sub 
GetNoProgressTimeout ( _
		<
OutAttribute> 
ByRef 
seconds 
As 
UInteger _
)
void 
GetNoProgressTimeout(
		[
OutAttribute] 
unsigned int% 
seconds
)

Parameters

seconds
UInt32 %

See Also