Metodo DebugTraceRecord.ToJson (Collection<DebugTraceRecord>)

 

Restituisce l'oggetto chiamante come oggetto JSON.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

public static string ToJson(
    Collection<DebugTraceRecord> debugTraces
)
public:
static String^ ToJson(
    Collection<DebugTraceRecord^>^ debugTraces
)
static member ToJson : 
        debugTraces:Collection<DebugTraceRecord> -> string
Public Shared Function ToJson (
    debugTraces As Collection(Of DebugTraceRecord)
) As String

Parametri

Valore restituito

Type: System.String

Oggetto chiamante da restituire.

Vedere anche

Classe DebugTraceRecord
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio