NotificationBroadcastLevel Enum

Definition

Enumerates the scope of diagnostic data adapters to which test adapters can broadcast custom notification events.

public enum class NotificationBroadcastLevel
public enum NotificationBroadcastLevel
type NotificationBroadcastLevel = 
Public Enum NotificationBroadcastLevel
Inheritance
NotificationBroadcastLevel

Fields

All 3

Broadcast notification events to all diagnostic data adapters, both local and remote.

LocalOnly 1

Broadcast notification events only to local diagnostic data adapters.

Applies to