Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperAsyncEngine.BeginWriteStream Method 

Set the stream to be used in the WriteNext operation.

[Visual Basic]
Public Sub BeginWriteStream( _
   ByVal writer As TextWriter _
)
[C#]
public void BeginWriteStream(
   TextWriter writer
);

Parameters

writer
To stream to writes to.

Remarks

When you finish to write to the file you must call Close method.

Example

This example show the basic use of the async methods in the FileHelperAsymcEngine:


        

See Also

FileHelperAsyncEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox