EventReceiverUtility class

Contains common helper code for writing event receivers.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Utilities.EventReceiverUtility

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public NotInheritable Class EventReceiverUtility
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class EventReceiverUtility

Remarks

This class contains methods to help event receivers handle version conflict exceptions. Version conflict exceptions occur when another thread or process has called the Update() method or the SystemUpdate() method on an object upon which your code then calls Update() or SystemUpdate().

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EventReceiverUtility members

Microsoft.Office.Server.Utilities namespace