del método QueueConstants.CompletedJobStates
Reservado para uso interno.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Shared Function CompletedJobStates As IEnumerable(Of QueueConstants.JobState)
'Uso
Dim returnValue As IEnumerable(Of QueueConstants.JobState)
returnValue = QueueConstants.CompletedJobStates()
public static IEnumerable<QueueConstants.JobState> CompletedJobStates()
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<QueueConstants.JobState>