InteropService.DisableEvents method

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Overridable Sub DisableEvents ( _
    listId As Guid, _
    itemGuid As Guid _
)
'Usage
Dim instance As InteropService
Dim listId As Guid
Dim itemGuid As Guid

instance.DisableEvents(listId, itemGuid)
public virtual void DisableEvents(
    Guid listId,
    Guid itemGuid
)

Parameters

See also

Reference

InteropService class

InteropService members

Microsoft.SharePoint.Client.WorkflowServices namespace