[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Implements a TextWriter that writes characters to the file asynchronously. [Property] +Path=Sets the complete file path to be written. ARG(string)|2| Constructor=Sets the Constructor of the AsyncStreamWriter class. ARG(enum)|14|1|None,Constructor,Constructor2,Constructor3 Encoding=Sets the character encoding to use. ARG(Encoding)|20|(empty)|Encoding [Methods] *doConstructor=Initializes a new instance of the AsyncStreamWriter class for the specified file, using the specified text. ARG(string path, string text)|1|0 *doConstructor2=Initializes a new instance of the AsyncStreamWriter class for the specified file, using the specified byte array. ARG(string path, byte[] array)|1|0 *doConstructor3=Initializes a new instance of the AsyncStreamWriter class for the specified file, using the specified encoding. ARG(string path, string text, Encoding encoding)|1|0 doStart=Starts an asynchronous write operation. ARG()|1|0 *doClose=Closes the AsyncStreamWriter object and the underlying stream, and releases any system resources associated with the writer. ARG()|1|0 *doPause=Pause an asynchronous write operation. ARG()|1|0 *doResume=Resume an paused asynchronous write operation. ARG()|1|0 doStop=Stops an asynchronous write operation. ARG()|1|0 onWrite=Occurs when the byte has been written to the file. ARG(AsyncWriteEventArgs args)|2|0 onFinish=Occurs when the all bytes has been written to the file. ARG(AsyncWriteEventArgs args)|2|0 onStateChanged=Occurs when state of AsyncStreamWriter is changed. ARG(AsyncStreamState args)|2|0 onError=If an error occurs, an error message appears. ARG(AsyncStreamException args)|2|0 AsyncStreamWriter=Returns the AsyncStreamWriter object. ARG(AsyncStreamWriter)|3|0 State=Returns the current state of AsyncStreamWriter. ARG(AsyncStreamState)|3|0 Path=Defines the complete file path to be written. ARG(string)|4|2 Text=Defines the text to be written. ARG(string)|4|0 *array=Defines an array of byte to be written. ARG(byte[])|4|0 *encoding=Defines the character encoding to use. ARG(Encoding)|4|0|