JAMS Developer Guide
GetChunkOfEntries Method


MVPSI.JAMS Namespace > IMonitorInit Interface : GetChunkOfEntries Method
Return a chunk of the current jobs. The sender decides how large a chunk is. When null is returned, you have all of the chunks.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function GetChunkOfEntries() As MonitorEntry()
'Usage
 
Dim instance As IMonitorInit
Dim value() As MonitorEntry
 
value = instance.GetChunkOfEntries()
[System.ServiceModel.OperationContract()]
MonitorEntry[] GetChunkOfEntries()
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

IMonitorInit Interface
IMonitorInit Members