DependentTransaction Klasa

Definicja

Opisuje klon transakcji zapewniającej gwarancję, że transakcja nie może zostać zatwierdzona, dopóki aplikacja nie zostanie przywrócona w odniesieniu do pracy na transakcji. Klasa ta nie może być dziedziczona.

public ref class DependentTransaction sealed : System::Transactions::Transaction
public sealed class DependentTransaction : System.Transactions.Transaction
[System.Serializable]
public sealed class DependentTransaction : System.Transactions.Transaction
type DependentTransaction = class
    inherit Transaction
[<System.Serializable>]
type DependentTransaction = class
    inherit Transaction
Public NotInheritable Class DependentTransaction
Inherits Transaction
Dziedziczenie
DependentTransaction
Atrybuty

Przykłady

W poniższym przykładzie pokazano, jak utworzyć transakcję zależną.

static void Main(string[] args)
{
    try
    {
        using (TransactionScope scope = new TransactionScope())
        {
            // Perform transactional work here.

            //Queue work item
            ThreadPool.QueueUserWorkItem(new WaitCallback(WorkerThread), Transaction.Current.DependentClone(DependentCloneOption.BlockCommitUntilComplete));

            //Display transaction information
            Console.WriteLine("Transaction information:");
            Console.WriteLine("ID:             {0}", Transaction.Current.TransactionInformation.LocalIdentifier);
            Console.WriteLine("status:         {0}", Transaction.Current.TransactionInformation.Status);
            Console.WriteLine("isolationlevel: {0}", Transaction.Current.IsolationLevel);

            //Call Complete on the TransactionScope based on console input
            ConsoleKeyInfo c;
            while (true)
            {
                            Console.Write("Complete the transaction scope? [Y|N] ");
                c = Console.ReadKey();
                Console.WriteLine();

                if ((c.KeyChar == 'Y') || (c.KeyChar == 'y'))
                {
                    //Call complete on the scope
                    scope.Complete();
                    break;
                }
                else if ((c.KeyChar == 'N') || (c.KeyChar == 'n'))
                {
                    break;
                }
            }
        }
    }
    catch (System.Transactions.TransactionException ex)
    {
        Console.WriteLine(ex);
    }
    catch
    {
        Console.WriteLine("Cannot complete transaction");
        throw;
    }
}

private static void WorkerThread(object transaction)
{
    //Create a DependentTransaction from the object passed to the WorkerThread
    DependentTransaction dTx = (DependentTransaction)transaction;

    //Sleep for 1 second to force the worker thread to delay
    Thread.Sleep(1000);

    //Pass the DependentTransaction to the scope, so that work done in the scope becomes part of the transaction passed to the worker thread
    using (TransactionScope ts = new TransactionScope(dTx))
    {
        //Perform transactional work here.

        //Call complete on the transaction scope
        ts.Complete();
    }

    //Call complete on the dependent transaction
    dTx.Complete();
}
Public Shared Sub Main()
    Try
        Using scope As TransactionScope = New TransactionScope()

            'Perform transactional work here.

            'Queue work item
            ThreadPool.QueueUserWorkItem(AddressOf WorkerThread, Transaction.Current.DependentClone(DependentCloneOption.BlockCommitUntilComplete))

            'Display transaction information
            Console.WriteLine("Transaction information:")
            Console.WriteLine("ID:             {0}", Transaction.Current.TransactionInformation.LocalIdentifier)
            Console.WriteLine("status:         {0}", Transaction.Current.TransactionInformation.Status)
            Console.WriteLine("isolationlevel: {0}", Transaction.Current.IsolationLevel)

            'Call Complete on the TransactionScope based on console input
            Dim c As ConsoleKeyInfo
            While (True)

                Console.Write("Complete the transaction scope? [Y|N] ")
                c = Console.ReadKey()
                Console.WriteLine()
                If (c.KeyChar = "Y") Or (c.KeyChar = "y") Then
                    scope.Complete()
                    Exit While
                ElseIf ((c.KeyChar = "N") Or (c.KeyChar = "n")) Then
                    Exit While
                End If
            End While
        End Using

    Catch ex As TransactionException
        Console.WriteLine(ex)
    Catch
        Console.WriteLine("Cannot complete transaction")
        Throw
    End Try
End Sub

Public Shared Sub WorkerThread(ByVal myTransaction As Object)

    'Create a DependentTransaction from the object passed to the WorkerThread
    Dim dTx As DependentTransaction
    dTx = CType(myTransaction, DependentTransaction)

    'Sleep for 1 second to force the worker thread to delay
    Thread.Sleep(1000)

    'Pass the DependentTransaction to the scope, so that work done in the scope becomes part of the transaction passed to the worker thread
    Using ts As TransactionScope = New TransactionScope(dTx)
        'Perform transactional work here.

        'Call complete on the transaction scope
        ts.Complete()
    End Using

    'Call complete on the dependent transaction
    dTx.Complete()
End Sub

Uwagi

Obiekt DependentTransaction jest klonem Transaction obiektu utworzonego DependentClone przy użyciu metody . Jej jedynym celem jest umożliwienie aplikacji odpoczynku i zagwarantowanie, że transakcja nie może zatwierdzić, gdy praca jest nadal wykonywana na transakcji (na przykład w wątku procesu roboczego).

Gdy praca wykonana w ramach sklonowanej transakcji zostanie zakończona i gotowa do zatwierdzenia, może poinformować twórcę transakcji przy użyciu Complete metody . Dzięki temu można zachować spójność i poprawność danych.

Wyliczenie DependentCloneOption służy do określania zachowania podczas zatwierdzania. Ta kontrolka zachowania umożliwia aplikacji dostęp do spoczynku, a także zapewnia obsługę współbieżności. Aby uzyskać więcej informacji na temat sposobu użycia tego wyliczenia, zobacz Managing Concurrency with DependentTransaction (Zarządzanie współbieżnością za pomocą funkcji DependentTransaction).

Właściwości

IsolationLevel

Pobiera poziom izolacji transakcji.

(Odziedziczone po Transaction)
PromoterType

Unikatowo identyfikuje format byte[] zwracany przez metodę Promote, gdy transakcja jest promowana.

(Odziedziczone po Transaction)
TransactionInformation

Pobiera dodatkowe informacje o transakcji.

(Odziedziczone po Transaction)

Metody

Clone()

Tworzy klon transakcji.

(Odziedziczone po Transaction)
Complete()

Próbuje ukończyć transakcję zależną.

DependentClone(DependentCloneOption)

Tworzy zależny klon transakcji.

(Odziedziczone po Transaction)
Dispose()

Zwalnia zasoby przechowywane przez obiekt .

(Odziedziczone po Transaction)
EnlistDurable(Guid, IEnlistmentNotification, EnlistmentOptions)

Zapisuje trwałe menedżera zasobów, który obsługuje zatwierdzenie dwufazowe, aby uczestniczyć w transakcji.

(Odziedziczone po Transaction)
EnlistDurable(Guid, ISinglePhaseNotification, EnlistmentOptions)

Zapisuje trwałe menedżera zasobów, który obsługuje optymalizację zatwierdzeń jednofazowych, aby uczestniczyć w transakcji.

(Odziedziczone po Transaction)
EnlistPromotableSinglePhase(IPromotableSinglePhaseNotification)

Zaciąga menedżera zasobów, który ma transakcję wewnętrzną przy użyciu promotable rejestracji jednofazowej (PSPE).

(Odziedziczone po Transaction)
EnlistPromotableSinglePhase(IPromotableSinglePhaseNotification, Guid)

Zaciąga menedżera zasobów, który ma transakcję wewnętrzną przy użyciu promotable rejestracji jednofazowej (PSPE).

(Odziedziczone po Transaction)
EnlistVolatile(IEnlistmentNotification, EnlistmentOptions)

Zaciąga nietrwałego menedżera zasobów, który obsługuje zatwierdzenie dwufazowe, aby uczestniczyć w transakcji.

(Odziedziczone po Transaction)
EnlistVolatile(ISinglePhaseNotification, EnlistmentOptions)

Zapisuje nietrwałego menedżera zasobów, który obsługuje optymalizację zatwierdzania pojedynczego etapu, aby uczestniczyć w transakcji.

(Odziedziczone po Transaction)
Equals(Object)

Określa, czy ta transakcja i określony obiekt są równe.

(Odziedziczone po Transaction)
GetHashCode()

Zwraca wartość skrótu dla tego wystąpienia.

(Odziedziczone po Transaction)
GetPromotedToken()

Pobiera zwracane byte[] przez metodę Promote , gdy transakcja jest promowana.

(Odziedziczone po Transaction)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
PromoteAndEnlistDurable(Guid, IPromotableSinglePhaseNotification, ISinglePhaseNotification, EnlistmentOptions)

Promuje i zaciąga trwałe menedżera zasobów, który obsługuje dwa zatwierdzenia fazy do udziału w transakcji.

(Odziedziczone po Transaction)
Rollback()

Cofa (przerywa) transakcję.

(Odziedziczone po Transaction)
Rollback(Exception)

Cofa (przerywa) transakcję.

(Odziedziczone po Transaction)
SetDistributedTransactionIdentifier(IPromotableSinglePhaseNotification, Guid)

Ustawia identyfikator transakcji rozproszonej generowany przez promotora innego niż MSDTC.

(Odziedziczone po Transaction)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Zdarzenia

TransactionCompleted

Wskazuje, że transakcja została ukończona.

(Odziedziczone po Transaction)

Jawne implementacje interfejsu

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Pobiera element SerializationInfo z danymi wymaganymi do serializacji tej transakcji.

(Odziedziczone po Transaction)

Dotyczy

Bezpieczeństwo wątkowe

Ten typ jest bezpieczny wątkowo.

Zobacz też