MessageSettings.Timeout Property
Get or sets a timeout for sending the message. Not all senders will honor this timeout value. The default value is 60 seconds.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
RangeMin = null)]
public TimeSpan Timeout { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
RangeMin = null)]
property TimeSpan Timeout {
TimeSpan get();
void set(TimeSpan value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
RangeMin := Nothing)>
Public Property Timeout As TimeSpan
Property Value
Type: System.TimeSpan
The message timeout.
See Also
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top