You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared.DC.Enums Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.DC.Enums.SynchronizedEventAction Enumeration
Ofcas.Lk.Api.Shared.DC.Enums.SynchronizedEventAction Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0
Ofcas.Lk.Api.Shared.DC.Enums.SynchronizedEventAction Enumeration

The action of a ISynchronizedEvent.

Syntax
C#
public enum SynchronizedEventAction : byte { Exception, Changed, Added, Removed }
Members
Description
Exception
The synchronized event represents an exception.
Changed
The synchronized event represents a changed object.
Added
The synchronized event represents a added object.
Removed
The synchronized event represents a removed object.
Copyright © 2020. All rights reserved.