OnProjectCheckIn Class
The workflow activity that waits for the PSWorkflowService.OnProjectCheckIn event, which occurs when the associated project is checked in, before continuing to other activities in the workflow.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.Office.Project.Server.Workflow.OnProjectCheckIn
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(OnProjectCheckIn), "Resources.OnProjectCheckIn.bmp")> _
<PersistOnCloseAttribute> _
Public NotInheritable Class OnProjectCheckIn _
Inherits Activity _
Implements IActivityEventListener(Of QueueEventArgs), IEventActivity
'Usage
Dim instance As OnProjectCheckIn
[ToolboxBitmapAttribute(typeof(OnProjectCheckIn), "Resources.OnProjectCheckIn.bmp")]
[PersistOnCloseAttribute]
public sealed class OnProjectCheckIn : Activity,
IActivityEventListener<QueueEventArgs>, IEventActivity
Remarks
The Workflow Designer pane and the Properties pane in Microsoft Visual Studio enable you to get and set properties in fields for the OnProjectCheckIn activity.
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.