JAMS Developer Guide
SendData Method (IJAMSHostWorkflow)


MVPSI.JAMS.Host Namespace > IJAMSHostWorkflow Interface : SendData Method
Send data is called when the JAMS Scheduler needs to send data to the job. This is called is response to a request to restore an object.
Syntax
'Declaration
 
Sub SendData( _
   ByVal serviceProvider As System.IServiceProvider, _
   ByVal data As System.Collections.Generic.Dictionary(Of String,Object) _
) 
'Usage
 
Dim instance As IJAMSHostWorkflow
Dim serviceProvider As System.IServiceProvider
Dim data As System.Collections.Generic.Dictionary(Of String,Object)
 
instance.SendData(serviceProvider, data)
void SendData( 
   System.IServiceProvider serviceProvider,
   System.Collections.Generic.Dictionary<string,object> data
)

Parameters

serviceProvider
data
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

IJAMSHostWorkflow Interface
IJAMSHostWorkflow Members