指定的事件接收器指定的同步状态。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Enumeration EventReceiverSynchronization
用法
Dim instance As EventReceiverSynchronization
public enum EventReceiverSynchronization
成员
| 成员名称 | 说明 | |
|---|---|---|
| DefaultSynchronization | 指明是否Before事件同步运行事件接收器。指明是否After事件异步运行事件接收器。值 = 0。 | |
| Synchronous | 指示同步运行事件接收器。值 = 1。 | |
| Asynchronous | 指示异步运行事件接收器。值 = 2。 |