QueueConstants.InvalidJobStates 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 InvalidJobStates As IEnumerable(Of QueueConstants.JobState)
'Uso
Dim returnValue As IEnumerable(Of QueueConstants.JobState)
returnValue = QueueConstants.InvalidJobStates()
public static IEnumerable<QueueConstants.JobState> InvalidJobStates()
Valor retornado
Tipo: System.Collections.Generic.IEnumerable<QueueConstants.JobState>