Gnome.Vfs.Async.Write Method
Write number of bytes from buffer byte array into the file pointed to be Gnome.Vfs.Handle. When the operation is complete, Gnome.Vfs.AsyncWriteCallback will be called with the Gnome.Vfs.Result of the operation.

Syntax

public static void Write (Handle handle, out byte buffer, uint bytes, AsyncWriteCallback callback)

Parameters

handle
Gnome.Vfs.Handle for the file to be written.
buffer
byte array containing data to be written. Needs to be passed as "out buffer[0]".
bytes
number of bytes to write.
callback
a Gnome.Vfs.AsyncWriteCallback to be called when the operation is complete.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Gnome.Vfs
Assembly: gnome-vfs-sharp (in gnome-vfs-sharp.dll)