ResourcePlan.QueueCheckInResourcePlans Method

Checks in the specified resource plans.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",  _
    ResponseNamespace := "http://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() _
)
'Usage
Dim instance As ResourcePlan
Dim projectUids As Guid()
Dim force As Boolean
Dim jobUids As Guid()

instance.QueueCheckInResourcePlans(projectUids, _
    force, jobUids)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueCheckInResourcePlans(
    Guid[] projectUids,
    bool force,
    Guid[] jobUids
)

Parameters

  • projectUids
    Type: []
    Array of project GUIDs.
  • jobUids
    Type: []
    Array of queue job GUIDs.

See Also

Reference

ResourcePlan Class

ResourcePlan Members

WebSvcResourcePlan Namespace