Partager via


SPEventReceiverDefinition.Synchronization - Propriété

Obtient une énumération qui spécifie l'état de synchronisation pour le récepteur d'événements.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property Synchronization As SPEventReceiverSynchronization
    Get
    Set
'Utilisation
Dim instance As SPEventReceiverDefinition
Dim value As SPEventReceiverSynchronization

value = instance.Synchronization

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

Valeur de propriété

Type : Microsoft.SharePoint.SPEventReceiverSynchronization
Cette propriété renvoie Default, Asynchronousou Synchronous.

Remarques

récepteurs d'événements After peuvent être synchrone ou asynchrone ; récepteurs d'événements Before peuvent uniquement être synchrones.

Si cette propriété a la valeur Default pour un événement Before , cela est équivalent à Synchronous. Si cette propriété a la valeur Default pour un événement After , cela est équivalent à Asynchronous.

Voir aussi

Référence

SPEventReceiverDefinition classe

SPEventReceiverDefinition - Membres

Microsoft.SharePoint - Espace de noms