ResourcePlan.QueueCheckInResourcePlans-Methode
Checkt die angegebenen Ressourcenpläne aus.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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() _
)
'Usage
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
)
Parameter
projectUids
Typ: []Ein Array von Project-GUIDs enthält.
force
Typ: System.BooleanWenn true, Einchecken erzwingen.
jobUids
Typ: []Ein Array von Warteschlangenaufträgen GUIDs enthält.