MessageQueueTask.ReceiveMessageTimeOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the number of seconds before a received message times out.
public:
property long ReceiveMessageTimeOut { long get(); void set(long value); };
public long ReceiveMessageTimeOut { get; set; }
member this.ReceiveMessageTimeOut : int64 with get, set
Public Property ReceiveMessageTimeOut As Long
Property Value
A Long that indicates the number of seconds before a message times out.