QueueStatusDataSet.StatusRow.MachineName Property
Specifies the name of the computer that processed the Queue job.
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 MachineName As String
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As String
value = instance.MachineName
instance.MachineName = value
public string MachineName { get; set; }
Property Value
Type: System.String
Remarks
There can be more than one computer that is running the Queue Service. If the job has not been processed, the MachineName property is a null reference (Nothing in Visual Basic).
See Also
Reference
QueueStatusDataSet.StatusRow Class