JAMS Developer Guide
SetEntryState Constructor


MVPSI.JAMS.Host Namespace > SetEntryState Class : SetEntryState Constructor
Creates a SetEventState with the specified property values
Syntax
'Declaration
 
Public Function New( _
   ByVal icon As EntryIcon, _
   ByVal message As System.String, _
   ByVal permanent As System.Boolean, _
   ByVal jamsEntry As System.Integer, _
   ByVal jobStatus As System.String, _
   ByVal enableRelease As System.Boolean _
)
'Usage
 
Dim icon As EntryIcon
Dim message As System.String
Dim permanent As System.Boolean
Dim jamsEntry As System.Integer
Dim jobStatus As System.String
Dim enableRelease As System.Boolean
 
Dim instance As New SetEntryState(icon, message, permanent, jamsEntry, jobStatus, enableRelease)
public SetEntryState( 
   EntryIcon icon,
   System.string message,
   System.bool permanent,
   System.int jamsEntry,
   System.string jobStatus,
   System.bool enableRelease
)

Parameters

icon
message
permanent
jamsEntry
jobStatus
enableRelease
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

SetEntryState Class
SetEntryState Members