IDtcTransaction.GetTransactionInfo(IntPtr) Método

Definição

Recupera informações sobre uma transação.Retrieves information about a transaction.

public:
 void GetTransactionInfo(IntPtr transactionInformation);
public:
 void GetTransactionInfo(IntPtr whatever);
public void GetTransactionInfo (IntPtr transactionInformation);
public void GetTransactionInfo (IntPtr whatever);
abstract member GetTransactionInfo : nativeint -> unit
abstract member GetTransactionInfo : nativeint -> unit
Public Sub GetTransactionInfo (transactionInformation As IntPtr)
Public Sub GetTransactionInfo (whatever As IntPtr)

Parâmetros

transactionInformationwhatever
IntPtr

Ponteiro para a estrutura XACTTRANSINFO alocada por chamador que receberá informações sobre a transação.Pointer to the caller-allocated XACTTRANSINFO structure that will receive information about the transaction. Esse valor não deve ser null.This value must not be null.

Comentários

Você não deve implementar nenhum método dessa interface, pois ela é usada somente pela TransactionInterop classe internamente para representar a versão não gerenciada da ITransaction interface do System.EnterpriseServices namespace.You should not implement any method of this interface, as it is used only by the TransactionInterop class internally to represent the unmanaged version of the ITransaction interface of the System.EnterpriseServices namespace.

Aplica-se a