'Declaration
Public Enum OverflowMode Inherits System.Enum
public enum OverflowMode : System.Enum
'Declaration
Public Enum OverflowMode Inherits System.Enum
public enum OverflowMode : System.Enum
Member | Value | Description |
---|---|---|
Default | 0 | Do the default overflow behavior (OverflowQueueThenBlock) |
Drop | 2 | Drop the newest messages instead of using the overflow queue |
OverflowQueueThenBlock | 1 | Use the overflow queue then block if there are too many messages |
System.Object
System.ValueType
System.Enum
Gibraltar.Messaging.OverflowMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2