EventReceiverSynchronization enumeration
Specifies the synchronization state for the specified event receiver.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration EventReceiverSynchronization
'Usage
Dim instance As EventReceiverSynchronization
public enum EventReceiverSynchronization
Members
Member name | Description | |
---|---|---|
DefaultSynchronization | 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. Value = 0. | |
Synchronous | Indicates to run the event receiver synchronously. Value = 1. | |
Asynchronous | Indicates to run the event receiver asynchronously. Value = 2. |