Enum EventReceiverSynchronization
Specifies the synchronization state for the specified event receiver.
Assembly: PnP.Core.dll
Syntax
public enum EventReceiverSynchronization
Indicates to run the event receiver asynchronously.
Indicates to run the event receiver synchronously if it is a Before event. Indicates to run the event receiver asynchronously if it is an After event.
Indicates to run the event receiver synchronously.