Table of Contents

Enum IsolationLevelType

Namespace
MASES.DataDistributionManager.Bindings.Configuration
Assembly
DataDistributionManagerNet.dll

Controls how to read messages written transactionally

public enum IsolationLevelType

Fields

read_committed = 1

only return transactional messages which have been committed

read_uncommitted = 2

return all messages, even transactional messages which have been aborted