QueueStatusDataSet.StatusRow.QueueProcessingTime Property
If the queue job was processing, specifies the date and time that the status was read.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
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