コード例 #1
0
 internal TableStorageTransaction(TableStorageConnection connection, IsolationLevel isolationLevel)
 {
     m_Connection = connection;
     m_IsolationLevel = isolationLevel;
 }
コード例 #2
0
 internal TableStorageTransaction(TableStorageConnection connection, IsolationLevel isolationLevel)
 {
     m_Connection     = connection;
     m_IsolationLevel = isolationLevel;
 }