Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DistributedTransaction.cs
Go to the documentation of this file.
3
5
7{
22
25
26 internal Exception InnerException { get; }
27
28 internal Guid Identifier { get; }
29
31
33
35
44
49
50 internal void Dispose()
51 {
52 }
53
58
63
64 internal void Rollback()
65 {
66 throw NotSupported();
67 }
68
70 {
71 throw NotSupported();
72 }
73
78
79 internal byte[] GetExportCookie(byte[] whereaboutsCopy)
80 {
81 throw NotSupported();
82 }
83
84 public object GetRealObject(StreamingContext context)
85 {
86 throw NotSupported();
87 }
88
90 {
91 throw NotSupported();
92 }
93
95 {
96 throw NotSupported();
97 }
98
103
108}
static string DistributedNotSupported
Definition SR.cs:86
Definition SR.cs:7
DistributedTransaction(SerializationInfo serializationInfo, StreamingContext context)
IPromotedEnlistment EnlistVolatile(VolatileDemultiplexer volatileDemux, EnlistmentOptions enlistmentOptions)
DistributedDependentTransaction DependentClone(bool v)
IPromotedEnlistment EnlistDurable(Guid resourceManagerIdentifier, DurableInternalEnlistment internalEnlistment, bool v, EnlistmentOptions enlistmentOptions)
IPromotedEnlistment EnlistVolatile(InternalEnlistment internalEnlistment, EnlistmentOptions enlistmentOptions)
void GetObjectData(SerializationInfo info, StreamingContext context)