Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function BeginWrite( _ 
   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 BeginWrite(
   byte[] buffer,
   int offset,
   int count,
   AsyncCallback callback,
   object state
)
C++
public:
 virtual IAsyncResult BeginWrite(
   array<char>^ buffer,
   int offset,
   int count,
   AsyncCallback callback,
   Object state
) override 
J#
public override IAsyncResult BeginWrite(
   byte[] buffer,
   int offset,
   int count,
   AsyncCallback callback,
   object state
)
JScript
public override  function BeginWrite(
   buffer : Byte[],
   offset : int,
   count : int,
   callback : AsyncCallback,
   state : Object
) : IAsyncResult

See Also