JAMS Developer Guide
SetEvent Class
Members 


MVPSI.JAMS.Activities Namespace : SetEvent Class
Sets an Event. Any WaitForEvent activities that are waiting for the event will resume execution.
Object Model
SetEvent Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class SetEvent 
   Inherits ProtectedEvent
   Implements ISupportCommands 
'Usage
 
Dim instance As SetEvent
[System.Drawing.ToolboxBitmap()]
public sealed class SetEvent : ProtectedEvent, ISupportCommands  
Inheritance Hierarchy

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

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

SetEvent Members
MVPSI.JAMS.Activities Namespace