共用方式為


EventReceiverSynchronization 列舉

針對指定的事件接收器指定同步處理狀態。

命名空間:  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。

請參閱

參照

Microsoft.SharePoint.Client 命名空間