'DeclarationPublic Function BeginReadFile( _ ByVal handle() As Byte, _ ByVal offset As Long, _ ByVal count As Integer, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'UsageDim instance As SFtp Dim handle() As Byte Dim offset As Long Dim count As Integer Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginReadFile(handle, offset, count, callback, state)
Parameters
- handle
- offset
- count
- callback
- state