\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / ZipEntryStreamWriter Class / FlushAsync Method / FlushAsync(CancellationToken) Method

In This Topic
    FlushAsync(CancellationToken) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function FlushAsync( _
       ByVal cancellationToken As System.Threading.CancellationToken _
    ) As System.Threading.Tasks.Task
    public virtual System.Threading.Tasks.Task FlushAsync( 
       System.Threading.CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    See Also