ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / CopyToAsync Method / CopyToAsync(Stream,Int32) Method

In This Topic
    CopyToAsync(Stream,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function CopyToAsync( _
       ByVal destination As System.IO.Stream, _
       ByVal bufferSize As System.Integer _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task CopyToAsync( 
       System.IO.Stream destination,
       System.int bufferSize
    )

    Parameters

    destination
    bufferSize
    See Also