ClassAsyncStreamOperations
Class
Provides methods for async reading of the tiles. This class is designed for internal use.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public sealed class AsyncStreamOperations
Inheritance: objectAsyncStreamOperations
Methods
LoadAsync(Stream, Action<byte[]>)
Loads stream asynchronously to byte array.
SaveAsync(Stream, byte[])
Saves byte array asynchronously to the stream.
SaveAsync(Stream, byte[], Action<object>, object)
Saves byte array asynchronously to the stream.