SPEventReceiverSynchronization enumeration
SharePoint 2013
Enumeration of values specifying the synchronization state for the specified event receiver.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| Default | 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. | |
| Synchronous | Indicates to run the event receiver synchronously. | |
| Asynchronous | Indicates to run the event receiver asynchronously. |
Show: