dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlFileStream Class / BeginRead Method

In This Topic
    BeginRead Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function BeginRead( _
       ByVal buffer() As Byte, _
       ByVal offset As Integer, _
       ByVal count As Integer, _
       ByVal callback As AsyncCallback, _
       ByVal state As Object _
    ) As IAsyncResult
    public override IAsyncResult BeginRead( 
       byte[] buffer,
       int offset,
       int count,
       AsyncCallback callback,
       object state
    )

    Parameters

    buffer
    offset
    count
    callback
    state
    See Also