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 프로젝트 목록에 표시되는 프로젝트 이름을 얻거나 설정합니다.Project Server \ Project Online 예제 내에서 독특해야 합니다.가치가 무시되면 Prj.Name 자산의 가치가 대신 사용됩니다.

public string ProjectName { get; set; }

부동산 가치

string

Timeout

프로젝트 서버의 큐브 처리 서비스에 의해 저장 프로젝트 요청을 처리하기 위해 기다리는 동안 사용되는 시간을 얻거나 설정합니다.이 속성의 기본 값은 1 분입니다.

public TimeSpan Timeout { get; set; }

부동산 가치

TimeSpan

Remarks

처리 시간은 대규모 프로젝트 또는 프로젝트 서버 예제가 다른 요청에 응답하는 데 너무 바쁜 경우에 더 길어질 수 있습니다.

 한국어