Share via


WaitForDocumentStatusActivity.SubscribeCheckInEvent Method

Creates a message event subscription that waits for the item to be checked.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Sub SubscribeCheckInEvent ( _
    executionContext As ActivityExecutionContext, _
    correlationGuid As Guid _
)
'Usage
Dim executionContext As ActivityExecutionContext
Dim correlationGuid As Guid

Me.SubscribeCheckInEvent(executionContext, _
    correlationGuid)
protected void SubscribeCheckInEvent(
    ActivityExecutionContext executionContext,
    Guid correlationGuid
)

Parameters

  • correlationGuid
    Type: System.Guid

    The GUID of the list item.

Remarks

This method creates an event that waits for the item to be checked in.

See Also

Reference

WaitForDocumentStatusActivity Class

WaitForDocumentStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace