GigaSpaces XAP.NET Documentation
IDumpResult Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.DumpIDumpResult
A results of a dump operation. Allows to download the dump into a specific file.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IDumpResult
Public Interface IDumpResult
public interface class IDumpResult
public interface IDumpResult
Members
All MembersMethodsProperties



IconMemberDescription
Download(String, EventHandler<(Of <(DownloadEventArgs>)>))
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.

Download(String, String, EventHandler<(Of <(DownloadEventArgs>)>))
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.

DownloadSize
Gets the download size of the dump.

Name
Gets the name of the dump.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)