Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function BeginRead( _ ByVal buffer As Byte(), _ ByVal offset As Integer, _ ByVal count As Integer, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult |
C# |
---|
public override IAsyncResult BeginRead( byte[] buffer, int offset, int count, AsyncCallback callback, object state ) |
C++ |
---|
public: virtual IAsyncResult BeginRead( array<char>^ buffer, int offset, int count, AsyncCallback callback, Object state ) override |
J# |
---|
public override IAsyncResult BeginRead( byte[] buffer, int offset, int count, AsyncCallback callback, object state ) |
JScript |
---|
public override
function BeginRead( buffer : Byte[], offset : int, count : int, callback : AsyncCallback, state : Object ) : IAsyncResult |