Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If the queue job was processing, specifies the date and time that the status was read.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property QueueProcessingTime As DateTime
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As DateTime
value = instance.QueueProcessingTime
instance.QueueProcessingTime = value
public DateTime QueueProcessingTime { get; set; }
Property value
Type: System.DateTime
See also
Reference
QueueStatusDataSet.StatusRow class