Message.ScheduledEnqueueTime Property

 

Gets or sets the date and time at which the message will be enqueued.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public Nullable<DateTimeOffset> ScheduledEnqueueTime { get; set; }

Property Value

Type: System.Nullable<DateTimeOffset>

The date and time at which the message will be enqueued.

Return to top
Show: