GigaSpaces XAP.NET Documentation
SpaceCopy<(Of <(T>)>) Method (sourceUrl, template, batchSize)
Class LibraryGigaSpaces.Core.AdminIServerAdminSpaceCopy<(Of <(T>)>)(String, T, Int32)
Copies all data matching the specified template from the specified space to the current space.
Supported only for non-clustered proxy see GetDirectProxy()()().
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceCopyResult SpaceCopy<T>(
	string sourceUrl,
	T template,
	int batchSize
)
Function SpaceCopy(Of T) ( _
	sourceUrl As String, _
	template As T, _
	batchSize As Integer _
) As ISpaceCopyResult
generic<typename T>
ISpaceCopyResult^ SpaceCopy(
	String^ sourceUrl, 
	T template, 
	int batchSize
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of template.
Parameters
sourceUrl (String)
Url of space to copy data from.
template (T)
Template to use for matching.
batchSize (Int32)
Batch size for copy operation.
Return Value
Results of the copy operation.

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