TransactionInterop.GetTransmitterPropagationToken Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Generates a propagation token for the specified Transaction.
Namespace: System.Transactions
Assembly: System.Transactions (in system.transactions.dll)
Assembly: System.Transactions (in system.transactions.dll)
public static function GetTransmitterPropagationToken ( transaction : Transaction ) : byte[]
Parameters
- transaction
A transaction to be marshaled into a propagation token.
Return Value
This method, together with the GetTransactionFromTransmitterPropagationToken method, provide functionality for Transmitter/Receiver propagation, in which the transaction is "pulled" from the remote machine when the latter 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.