SPEventReceiverDefinition.Synchronization Property (Microsoft.SharePoint)

Switch View :
ScriptFree
SPEventReceiverDefinition.Synchronization Property

Gets an enumeration that specifies the synchronization state for the event receiver.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax

Visual Basic (Declaration)
Public Property Synchronization As SPEventReceiverSynchronization
	Get
	Set
Visual Basic (Usage)
Dim instance As SPEventReceiverDefinition
Dim value As SPEventReceiverSynchronization

value = instance.Synchronization

instance.Synchronization = value
C#
public SPEventReceiverSynchronization Synchronization { get; set; }

Property Value

Type: Microsoft.SharePoint.SPEventReceiverSynchronization
Returns Default, Asynchronous, or Synchronous.
Remarks

After event receivers can be synchronous or asynchronous; Before event receivers can only be synchronous.

If this property is set to Default for a Before event, this is equivalent to Synchronous. If this property is set to Default for an After event, this is equivalent to Asynchronous.

See Also

Reference