ResourcePlan.QueueCheckInResourcePlans 方法
检查指定的资源计划中。
命名空间: WebSvcResourcePlan
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueCheckInResourcePlans ( _
projectUids As Guid(), _
force As Boolean, _
jobUids As Guid() _
)
用法
Dim instance As ResourcePlan
Dim projectUids As Guid()
Dim force As Boolean
Dim jobUids As Guid()
instance.QueueCheckInResourcePlans(projectUids, _
force, jobUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueCheckInResourcePlans(
Guid[] projectUids,
bool force,
Guid[] jobUids
)
参数
projectUids
类型:[]包含项目的 Guid 的数组。
force
类型:System.Boolean如果true,强制签入。
jobUids
类型:[]包含队列作业的 Guid 的数组。