Método InstanceManager.GetDebugTraces (String, String)

 

Obtém uma coleção de objetos dos rastreamentos de depuração.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Sintaxe

public Collection<DebugTraceRecord> GetDebugTraces(
    string workflowName,
    string instanceName
)
public:
Collection<DebugTraceRecord^>^ GetDebugTraces(
    String^ workflowName,
    String^ instanceName
)
member GetDebugTraces : 
        workflowName:string *
        instanceName:string -> Collection<DebugTraceRecord>
Public Function GetDebugTraces (
    workflowName As String,
    instanceName As String
) As Collection(Of DebugTraceRecord)

Parâmetros

  • workflowName
    Type: System.String

    O nome do workflow ao qual a instância pertence.

  • instanceName
    Type: System.String

    O nome do workflow a ser encerrado.

Valor de retorno

Type: System.Collections.ObjectModel.Collection<DebugTraceRecord>

Uma coleção de objetos dos rastreamentos de depuração.

Consulte também

Classe InstanceManager
Namespace Microsoft.Workflow.Client

Retornar ao topo