8 #include <system/timespan.h>
9 #include <system/string.h>
10 #include <system/guid.h>
12 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
18 class ProjectServerManager;
32 typedef System::Object BaseType;
34 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
35 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
72 ASPOSE_TASKS_SHARED_API
void set_Timeout(System::TimeSpan value);
89 ASPOSE_TASKS_SHARED_API System::String get_DebuggerDisplay();
91 #ifdef ASPOSE_GET_SHARED_MEMBERS
92 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
98 System::String pr_ProjectName;
99 System::Guid pr_ProjectGuid;
100 System::TimeSpan pr_Timeout;
101 System::TimeSpan pr_PollingInterval;
The class which provides the methods to read and to perform operations on projects in the specified P...
Definition: ProjectServerManager.h:57
Allows to specify additional options when project is saved to Project Server or Project Online.
Definition: ProjectServerSaveOptions.h:30
System::TimeSpan get_PollingInterval() const
Gets interval between queue job status requests. The default value is 2 seconds.
void set_Timeout(System::TimeSpan value)
Sets timeout used when waiting for processing of save project request by a Project Server's queue pro...
void set_ProjectGuid(System::Guid value)
Sets unique identifier of a project. Should be unique within Project Server \ Project Online instance...
System::TimeSpan get_Timeout() const
Gets timeout used when waiting for processing of save project request by a Project Server's queue pro...
System::Guid get_ProjectGuid() const
Gets unique identifier of a project. Should be unique within Project Server \ Project Online instance...
void set_ProjectName(const System::String &value)
Sets name of a project which is displayed in Project Server \ Project Online projects list....
ProjectServerSaveOptions()
Initializes a new instance of the ProjectServerSaveOptions class.
void set_PollingInterval(System::TimeSpan value)
Sets interval between queue job status requests. The default value is 2 seconds.
System::String get_ProjectName() const
Gets name of a project which is displayed in Project Server \ Project Online projects list....