\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1CryptStream Class / BeginWrite Method

In This Topic
    BeginWrite Method (C1CryptStream)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function BeginWrite( _
       ByVal buffer() As System.Byte, _
       ByVal offset As System.Integer, _
       ByVal count As System.Integer, _
       ByVal callback As System.AsyncCallback, _
       ByVal state As System.Object _
    ) As System.IAsyncResult
    public virtual System.IAsyncResult BeginWrite( 
       System.byte[] buffer,
       System.int offset,
       System.int count,
       System.AsyncCallback callback,
       System.object state
    )

    Parameters

    buffer
    offset
    count
    callback
    state
    See Also