Partager via


ChannelProperties Enum

Definition

Each channel has properties

This enumeration supports a bitwise combination of its member values.

public enum class ChannelProperties
[System.Flags]
public enum ChannelProperties
[<System.Flags>]
type ChannelProperties = 
Public Enum ChannelProperties
Inheritance
ChannelProperties
Attributes

Fields

Name Value Description
None 0

No specific settings

Default 1

This channel is used to transfer events by default (for ex. ai07)

InternalOnly 2

Channel is used for internal users only

Test 4

For unit test purposes

NotForUnitTest 8

This channel is not supposed to be used during unit tests because it is real channel

DevChannel 16

Developer's channel is used to collect all events, even those which are going to be completely suppressed.

Applies to