C#
public sealed class DependentTransaction : System.Transactions.Transaction, System.IDisposable, System.Runtime.Serialization.ISerializable
{
}
Articles
|
System.Transactions.DependentTransaction is your friend… class Program { public static void ThreadProc( object o) { DependentTransaction dtx = ( DependentTransaction )o;
|
|
Unable to cast object of type 'System.Transactions.Transaction' to type 'System.Transactions.DependentTransaction'. ----- snippet ----- ...
|
|
Unable to cast object of type 'System.Transactions.Transaction' to type 'System.Transactions.DependentTransaction'. ----- snippet ...
|
|
Note: This class is new in the .NET Framework version 2.0. Describes a ... System.Object System.Transactions.Transaction System.Transactions.DependentTransaction
|
|
The System.Transactions namespace provides both an explicit programming ... System . . :: . Object System.Transactions . . :: . Transaction System.Transactions . . :: . DependentTransaction
|