TransactionalContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TransactionalContext abstract : Microsoft::XLANGs::Core::Context
[System.Serializable]
public abstract class TransactionalContext : Microsoft.XLANGs.Core.Context
type TransactionalContext = class
inherit Context
Public MustInherit Class TransactionalContext
Inherits Context
Inheritance
Derived
Attributes
Constructors
Fields
Properties
Methods
AddTransactedWork(Transacted, XlangStore)
(Inherited from Context )
CleanupAndPrepareToCommit(Segment)
(Inherited from Context )
CloneObject(Object)
(Inherited from Context )
CompensationHandlerDone(Segment)
(Inherited from Context )
CompleteChildState(IStateManager, Boolean, Boolean)
(Inherited from Context )
CompleteSelf(Boolean, Boolean)
(Inherited from Context )
CreateInstance(Type)
(Inherited from Context )
Dispose()
(Inherited from Context )
DisposeServicedComponent(ServicedComponent)
(Inherited from Context )
DoBeforeCommit(CxtCommand)
(Inherited from Context )
DoneWithChildCompensationHandler(IStateManager, Segment, Segment)
(Inherited from Context )
ExceptionHandlerDone(Segment)
(Inherited from Context )
ExceptionRaised()
(Inherited from Context )
ExceptionRaised(Exception)
Finally()
(Inherited from Context )
FindMessageByName(String)
(Inherited from Context )
GetAtomicContext(ArrayList)
(Inherited from Context )
GetExtendedData(Object)
(Inherited from Context )
HandleException()
(Inherited from Context )
IgnoreThisCommitRequest()
(Inherited from Context )
IgnoreThisPendingCommitRequest(ActivityFlags)
(Inherited from Context )
LockRead(Int64, Segment)
(Inherited from Context )
LockWrite(Int64, Segment)
(Inherited from Context )
OnCommit()
OnError()
(Inherited from Context )
PendingCommit()
(Inherited from Context )
PendingCommit(Boolean, XMessage)
(Inherited from Context )
PersistTrackingData()
(Inherited from Context )
PostPersist(Context)
(Inherited from Context )
PostTimeout()
(Inherited from Context )
PostTimeout(DateTime, Context)
(Inherited from Context )
PostTimeout(DateTime)
(Inherited from Context )
PrepareToCommit(Segment)
PrepareToPendingCommit(Segment)
(Inherited from Context )
PrepareToPendingCommitCore(Segment, Boolean)
(Inherited from Context )
PrePersist(Boolean, Context)
(Inherited from Context )
PrePersist(Boolean, XlangStore)
(Inherited from Context )
RefMessage(XMessage)
(Inherited from Context )
RestoreObject(Object, Int32)
(Inherited from Context )
Rollback(Context)
(Inherited from Context )
RunChildCompensation(Segment, Int32, Boolean, Object[])
(Inherited from Context )
RunCompensation(Segment, Object[])
(Inherited from Context )
RunDefaultCompensation(Segment)
(Inherited from Context )
SaveObject(Object, Int32)
(Inherited from Context )
SegmentIsBlocked(Subscription)
(Inherited from Context )
SegmentIsNotBlocked(Subscription)
(Inherited from Context )
SetExtendedData(Object, Object)
(Inherited from Context )
StackTrace(ArrayList, Segment)
(Inherited from Context )
StartCall(Segment, Service, Location, Object[])
(Inherited from Context )
StartContext(Segment, Context)
(Inherited from Context )
TerminateAtomicContexts()
(Inherited from Context )
UnrefMessage(XMessage)
(Inherited from Context )
UnscheduleBlockedSegments()
(Inherited from Context )
UnscheduleRunningSegments(Exception)
(Inherited from Context )
Applies to