QueueConstants.PendingJobStates 方法
仅供内部使用。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Shared Function PendingJobStates As IEnumerable(Of QueueConstants.JobState)
用法
Dim returnValue As IEnumerable(Of QueueConstants.JobState)
returnValue = QueueConstants.PendingJobStates()
public static IEnumerable<QueueConstants.JobState> PendingJobStates()
返回值
类型:System.Collections.Generic.IEnumerable<QueueConstants.JobState>