JAMS Developer Guide
Release(Int32,ReleaseType,String,Server) Method


MVPSI.JAMS Namespace > Entry Class > Release Method : Release(Int32,ReleaseType,String,Server) Method
The JAMSEntry of the entry to be released
The scheduling requirements to be released.
A comment to be added to the audit trail for the entry.
The JAMS Server that has this entry
Releases an entry from one or more of it's scheduling requirements.
Syntax
'Declaration
 
Public Overloads Shared Sub Release( _
   ByVal jamsEntry As System.Integer, _
   ByVal releaseFrom As ReleaseType, _
   ByVal comment As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim releaseFrom As ReleaseType
Dim comment As System.String
Dim js As Server
 
Entry.Release(jamsEntry, releaseFrom, comment, js)
public static void Release( 
   System.int jamsEntry,
   ReleaseType releaseFrom,
   System.string comment,
   Server js
)

Parameters

jamsEntry
The JAMSEntry of the entry to be released
releaseFrom
The scheduling requirements to be released.
comment
A comment to be added to the audit trail for the entry.
js
The JAMS Server that has this entry
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

Entry Class
Entry Members
Overload List