WorkflowQueuingService Classe

Definizione

Attenzione

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

Fornisce i servizi per la gestione degli WorkflowQueue oggetti.

public ref class WorkflowQueuingService
public class WorkflowQueuingService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowQueuingService
type WorkflowQueuingService = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowQueuingService = class
Public Class WorkflowQueuingService
Ereditarietà
WorkflowQueuingService
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

WorkflowQueuingService fornisce metodi che è possibile usare per gestire le code del flusso di lavoro associate a un'istanza del flusso di lavoro.

Campi

Nome Descrizione
PendingMessagesProperty
Obsoleti.

Contiene gli elementi non utilizzati nelle code del flusso di lavoro associate a questo WorkflowQueuingServiceoggetto .

Metodi

Nome Descrizione
CreateWorkflowQueue(IComparable, Boolean)
Obsoleti.

Crea un WorkflowQueue oggetto utilizzando il nome e l'ambito transazionale specificati.

DeleteWorkflowQueue(IComparable)
Obsoleti.

Elimina l'oggetto specificato WorkflowQueue.

Equals(Object)
Obsoleti.

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
Exists(IComparable)
Obsoleti.

Verifica l'esistenza dell'oggetto specificato WorkflowQueue.

GetHashCode()
Obsoleti.

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()
Obsoleti.

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
GetWorkflowQueue(IComparable)
Obsoleti.

Recupera l'oggetto specificato WorkflowQueue.

MemberwiseClone()
Obsoleti.

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()
Obsoleti.

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a