WorkflowInspectionServices Classe

Definição

Fornece métodos para trabalhar com os metadados de runtime de uma árvore de atividades.Provides methods for working with the runtime metadata for an activity tree.

public ref class WorkflowInspectionServices abstract sealed
public static class WorkflowInspectionServices
type WorkflowInspectionServices = class
Public Class WorkflowInspectionServices
Herança
WorkflowInspectionServices

Métodos

CacheMetadata(Activity)

Armazena em cache os metadados de runtime da árvore de atividades especificada.Caches the runtime metadata for the specified activity tree.

CacheMetadata(Activity, LocationReferenceEnvironment)

Armazena em cache os metadados de runtime da árvore de atividades especificada usando o ambiente especificado.Caches the runtime metadata for the specified activity tree using the specified environment.

CanInduceIdle(Activity)

Especifica se o serviço pode incluir atividades ociosas.Specifies whether the service can include idle activities.

GetActivities(Activity)

Retorna um IEnumerable<T> que representa todas as atividades associadas à atividade de entrada.Returns an IEnumerable<T> that represents all activities associated with the input activity.

GetImplementationVersion(Activity)

Recupera a versão de implementação da atividade.Retrieves the implementation version of the activity.

Resolve(Activity, String)

Retorna a atividade com o id especificado da árvore de atividades especificada.Returns the activity with the specified id from the specified activity tree.

Aplica-se a