Click or drag to resize

SerializerTBeginDeserialize Method (String, AsyncCallback, Object)

Begins to deserialize the objects from the specified file using a default encoding.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
public IAsyncResult BeginDeserialize(
	string filePath,
	AsyncCallback callback,
	Object state
)

Parameters

filePath
Type: SystemString
The name of the input file.
callback
Type: SystemAsyncCallback
The method to be called when the asynchronous operation is completed.
state
Type: SystemObject
A user-provided object that distinguishes this particular asynchronous request from other requests.

Return Value

Type: IAsyncResult
An IAsyncResult that references the asynchronous operation.
See Also