TableEntity.WriteEntity Method (SerializationInfo, StreamingContext)

Serializes 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 WriteEntity ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
public void WriteEntity (
    SerializationInfo info,
    StreamingContext context
)
public:
void WriteEntity (
    SerializationInfo^ info, 
    StreamingContext context
)

Parameters

  • info
    A SerializationInfo object to populate with the data needed to serialize 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