QueueConstants.PendingJobStates método
Reservado para uso interno.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public Shared Function PendingJobStates As IEnumerable(Of QueueConstants.JobState)
'Uso
Dim returnValue As IEnumerable(Of QueueConstants.JobState)
returnValue = QueueConstants.PendingJobStates()
public static IEnumerable<QueueConstants.JobState> PendingJobStates()
Valor retornado
Tipo: System.Collections.Generic.IEnumerable<QueueConstants.JobState>