Class ProjectServerSaveOptions

Class ProjectServerSaveOptions

名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)

允许指定项目存储到 Project Server 或 Project Online 时的额外选项。

public sealed class ProjectServerSaveOptions

Inheritance

object ProjectServerSaveOptions

继承人

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ProjectServerSaveOptions()

启动 Aspose.Tasks.ProjectServerSaveOptions 类的新例子。

public ProjectServerSaveOptions()

Properties

PollingInterval

收到或设置工作状态请求之间的间隔. 默认值为 2 秒。

public TimeSpan PollingInterval { get; set; }

财产价值

TimeSpan

ProjectGuid

获取或设置一个项目的独特识别器. 必须在 Project Server \ Project Online 例内独特。

public Guid ProjectGuid { get; set; }

财产价值

Guid

ProjectName

获取或设置项目名称,该项目显示在 Project Server \ Project Online 项目列表中。如果值被忽略,则 Prj.Name 属性的值将被使用。

public string ProjectName { get; set; }

财产价值

string

Timeout

获取或设置时间提取,等待由 Project Server 的芯片处理服务处理项目保存请求的处理。

public TimeSpan Timeout { get; set; }

财产价值

TimeSpan

Remarks

大型项目的处理时间可能更长,或者在项目服务器实例太忙于回应其他请求的情况下。

 中文