WorkflowQueueInfo 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

WorkflowQueue에 대한 정보를 포함합니다.

public ref class WorkflowQueueInfo
public class WorkflowQueueInfo
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowQueueInfo
type WorkflowQueueInfo = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowQueueInfo = class
Public Class WorkflowQueueInfo
상속
WorkflowQueueInfo
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

WorkflowQueueInfoWorkflowQueue 상태에 대한 정보를 포함합니다. WorkflowInstance.GetWorkflowQueueData를 호출하여 워크플로 인스턴스와 연결된 워크플로 대기열의 상태를 나타내는 WorkflowQueueInfo 개체 컬렉션을 가져옵니다.

속성

Items

워크플로 대기열의 사용되지 않은 항목 컬렉션을 가져옵니다.

QueueName

WorkflowQueue와 연결된 WorkflowQueueInfo의 이름을 가져옵니다.

SubscribedActivityNames

WorkflowQueue를 구독하는 각 활동의 정규화된 이름을 포함하는 컬렉션을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상