Share via


QueueStatusDataSet.StatusDataTable.NewStatusRow Method

Creates a new StatusRow in the StatusDataTable.

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 Function NewStatusRow As QueueStatusDataSet.StatusRow
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim returnValue As QueueStatusDataSet.StatusRow

returnValue = instance.NewStatusRow()
public QueueStatusDataSet.StatusRow NewStatusRow()

Return Value

Type: [QueueSystem Web service].QueueStatusDataSet.StatusRow

See Also

Reference

QueueStatusDataSet.StatusDataTable Class

QueueStatusDataSet.StatusDataTable Members

QueueSystem Web Service