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

Get/Set timeout for sending message. Not all senders will honor this timeout value. Default is 60 seconds.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, RangeMin = 
null)]
public 
TimeSpan 
Timeout { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, RangeMin := 
Nothing)> _
Public 
Property 
Timeout 
As 
TimeSpan
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, RangeMin = 
nullptr)]
public:
property 
TimeSpan 
Timeout {
	
TimeSpan 
get ();
	
void 
set (
TimeSpan 
value);
}

See Also