ActiveReports 18 .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)
    public static ValueTask<T> LoadAsync<T>( 
       Stream input,
       CancellationToken token
    )

    Parameters

    input
    token

    Type Parameters

    T
    See Also