JAMS 6.x Help
SendData(Int32,Dictionary<String,Object>,String,String,Server) Method


Sends data to the job with the specified entry number. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.
Syntax
'Declaration
 
Public Overloads Shared Sub SendData( _
   ByVal jamsEntry As System.Integer, _
   ByVal dataValues As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal message As System.String, _
   ByVal comment As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim dataValues As System.Collections.Generic.Dictionary(Of String,Object)
Dim message As System.String
Dim comment As System.String
Dim js As Server
 
CurJob.SendData(jamsEntry, dataValues, message, comment, js)
public static void SendData( 
   System.int jamsEntry,
   System.Collections.Generic.Dictionary<string,object> dataValues,
   System.string message,
   System.string comment,
   Server js
)

Parameters

jamsEntry
dataValues
message
comment
js
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

CurJob Class
CurJob Members
Overload List