VirtualUser GetTransactionData Method C# API
Get data about the specified transaction.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public TransactionData GetTransactionData(
	string id
)

Parameters

id
Type: System String
The id of the transaction

Return Value

data about the specified transaction.
See Also