Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Transactions.TransactionOptions Struct Reference

Public Member Functions

override int GetHashCode ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 

Static Public Member Functions

static bool operator== (TransactionOptions x, TransactionOptions y)
 
static bool operator!= (TransactionOptions x, TransactionOptions y)
 

Properties

TimeSpan Timeout [get, set]
 
IsolationLevel IsolationLevel [get, set]
 

Private Member Functions

bool Equals (TransactionOptions other)
 

Private Attributes

TimeSpan _timeout
 
IsolationLevel _isolationLevel
 

Detailed Description

Definition at line 5 of file TransactionOptions.cs.


The documentation for this struct was generated from the following file: