GigaSpaces XAP.NET Documentation
Download Method (target, listener)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.DumpIDumpResultDownload(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 target,
	EventHandler<DownloadEventArgs> listener
)
Sub Download ( _
	target As String, _
	listener As EventHandler(Of DownloadEventArgs) _
)
void Download(
	String^ target, 
	EventHandler<DownloadEventArgs^>^ listener
)
void Download(
	String target,
	EventHandler<DownloadEventArgs> listener
)
Parameters
target (String)
Target file for the dump file.
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)