TransactionInterop.GetTransactionFromTransmitterPropagationToken Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Generates a Transaction instance from the specified transmitter propagation token.
Namespace: System.Transactions
Assembly: System.Transactions (in system.transactions.dll)
Assembly: System.Transactions (in system.transactions.dll)
public static Transaction GetTransactionFromTransmitterPropagationToken ( byte[] propagationToken )
public static Transaction GetTransactionFromTransmitterPropagationToken ( byte[] propagationToken )
public static function GetTransactionFromTransmitterPropagationToken ( propagationToken : byte[] ) : Transaction
Parameters
- propagationToken
A propagation token representing a transaction.
Return Value
A Transaction from the specified transmitter propagation token.This method, together with the GetTransmitterPropagationToken method, provide functionality for "pull" propagation, in which the transaction is "pulled" from the remote machine when this method is called to unmarshal the transaction.
For more information on different propagation models, see the Remarks section of the TransactionInterop class.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.