JAMS Developer Guide
WaitForEvent Class
Members 


MVPSI.JAMS.Activities Namespace : WaitForEvent Class
The WaitForEvent activity waits for the specified Event to be set by a SetEvent activity. If the event has already been set, WaitForEvent completes immediatly.
Object Model
WaitForEvent Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class WaitForEvent 
   Inherits ProtectedEvent
   Implements ISupportCommands 
'Usage
 
Dim instance As WaitForEvent
[System.Drawing.ToolboxBitmap()]
public sealed class WaitForEvent : ProtectedEvent, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.ProtectedEvent
               MVPSI.JAMS.Activities.WaitForEvent

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WaitForEvent Members
MVPSI.JAMS.Activities Namespace