IChartStorageHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines methods to manage rendered chart images stored in an external medium.
public interface class IChartStorageHandler
public interface IChartStorageHandler
type IChartStorageHandler = interface
Public Interface IChartStorageHandler
Methods
Delete(String) |
Deletes the data from the external medium. |
Exists(String) |
Checks for the existence of data under a specified key. |
Load(String) |
Loads the data from the external medium. |
Save(String, Byte[]) |
Saves the data to the external medium. |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.