ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream 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