SourceIdentifier Enum

Definition

Enumerates all sources of a data change.

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

Fields

SourceIsPublisher 0

Data change occurred at the Publisher.

SourceIsSubscriber 1

Data change occurred at the Subscriber.

Applies to