ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence Namespace / SnapshotSerializer Class / LoadAsync<T> Method

In This Topic
LoadAsync<T> Method
In This Topic
Async loads report snapshot.
Syntax
'Declaration
 
Public Shared Function LoadAsync(Of T)( _
   ByVal input As Stream, _
   ByVal token As CancellationToken _
) As ValueTask(Of T)
 

Parameters

input
token

Type Parameters

T
See Also