ResourcePlan.QueuePublishResourcePlan Method

Publishes resource plans for the specified project to the Published database. Uses the Project Server Queuing Service.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueuePublishResourcePlan", 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 QueuePublishResourcePlan ( _
    projectUid As Guid, _
    jobUid As Guid _
)
'Usage
Dim instance As ResourcePlan
Dim projectUid As Guid
Dim jobUid As Guid

instance.QueuePublishResourcePlan(projectUid, _
    jobUid)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueuePublishResourcePlan", 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 QueuePublishResourcePlan(
    Guid projectUid,
    Guid jobUid
)

Parameters

See Also

Reference

ResourcePlan Class

ResourcePlan Members

WebSvcResourcePlan Namespace