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

In This Topic
    SaveAsync<T> Method
    In This Topic
    Async save snapshot to specified stream
    Syntax
    'Declaration
     
    Public Shared Function SaveAsync(Of T)( _
       ByVal output As Stream, _
       ByVal data As T, _
       ByVal token As CancellationToken _
    ) As Task
    public static Task SaveAsync<T>( 
       Stream output,
       T data,
       CancellationToken token
    )

    Parameters

    output
    data
    token

    Type Parameters

    T
    See Also