WorkflowQueueInfo Classe

Definição

Cuidado

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

Contém informações sobre um WorkflowQueue.Contains information about a 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
Herança
WorkflowQueueInfo
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

WorkflowQueueInfo contém informações sobre o estado de um WorkflowQueue .WorkflowQueueInfo contains information about the state of a WorkflowQueue. Você pode chamar WorkflowInstance.GetWorkflowQueueData para obter uma coleção de WorkflowQueueInfo objetos que representa o estado das filas de fluxo de trabalho associadas a uma instância de fluxo de trabalho.You can call WorkflowInstance.GetWorkflowQueueData to get a collection of WorkflowQueueInfo objects that represents the state of the workflow queues associated with a workflow instance.

Propriedades

Items

Obtém uma coleção de itens não consumidos na fila de fluxo de trabalho.Gets a collection of the unconsumed items in the workflow queue.

QueueName

Obtém o nome da WorkflowQueue associada a esta WorkflowQueueInfo.Gets the name of the WorkflowQueue associated with this WorkflowQueueInfo.

SubscribedActivityNames

Obtém uma coleção que contém o nome qualificado de cada atividade que assinou a WorkflowQueue.Gets a collection that contains the qualified name each activity subscribed to the WorkflowQueue.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a