GigaSpaces XAP.NET Documentation
SpaceBatchDataEventArgs<(Of <(T>)>) Constructor (batchEventArgs, space, template)
Class LibraryGigaSpaces.Core.EventsSpaceBatchDataEventArgs<(Of <(T>)>)SpaceBatchDataEventArgs<(Of <(T>)>)(array<SpaceDataEventArgs<(Of <(T>)>)>[]()[], ISpaceProxy, Object)
Create an instance of the event arguments with the specified values.
Declaration Syntax
C#Visual BasicVisual C++J#
public SpaceBatchDataEventArgs(
	SpaceDataEventArgs<T>[] batchEventArgs,
	ISpaceProxy space,
	Object template
)
Public Sub New ( _
	batchEventArgs As SpaceDataEventArgs(Of T)(), _
	space As ISpaceProxy, _
	template As Object _
)
public:
SpaceBatchDataEventArgs(
	array<SpaceDataEventArgs<T>^>^ batchEventArgs, 
	ISpaceProxy^ space, 
	Object^ template
)
public SpaceBatchDataEventArgs(
	SpaceDataEventArgs<T>[] batchEventArgs,
	ISpaceProxy space,
	Object template
)
Parameters
batchEventArgs (array< SpaceDataEventArgs<(Of <(T>)>) >[]()[])
The batch event args.
space (ISpaceProxy)
The space proxy.
template (Object)
The template which was used during subscription.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)