GigaSpaces XAP.NET Documentation
Download Method (targetDirectory, fileName, listener)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.DumpIDumpResultDownload(String, String, EventHandler<(Of <(DownloadEventArgs>)>))
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.
Declaration Syntax
C#Visual BasicVisual C++J#
void Download(
	string targetDirectory,
	string fileName,
	EventHandler<DownloadEventArgs> listener
)
Sub Download ( _
	targetDirectory As String, _
	fileName As String, _
	listener As EventHandler(Of DownloadEventArgs) _
)
void Download(
	String^ targetDirectory, 
	String^ fileName, 
	EventHandler<DownloadEventArgs^>^ listener
)
void Download(
	String targetDirectory,
	String fileName,
	EventHandler<DownloadEventArgs> listener
)
Parameters
targetDirectory (String)
Target directory for the dump file.
fileName (String)
File name.
listener (EventHandler<(Of <(DownloadEventArgs>)>))
Listener to track the downloading process.

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