TableEntity.ReadEntity Method (SerializationInfo, StreamingContext)

Deserializes the entity using the specified serialization information.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

'Declaration
Public Sub ReadEntity ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
public void ReadEntity (
    SerializationInfo info,
    StreamingContext context
)
public:
void ReadEntity (
    SerializationInfo^ info, 
    StreamingContext context
)

Parameters

  • info
    A SerializationInfo object containing the data needed to deserialize the object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

TableEntity Class
TableEntity Members
Microsoft.WindowsAzure.Storage.Table Namespace