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.
Specifies the name of the computer that processed the Queue job.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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