Share via


CapacityEntity.GetObjectData Method

Populates a SerializationInfo object with the data needed to serialize a CapacityEntity object.

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

Syntax

'Declaration
Public Overrides Sub GetObjectData ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
public override void GetObjectData (
    SerializationInfo info,
    StreamingContext context
)
public:
virtual void GetObjectData (
    SerializationInfo^ info, 
    StreamingContext context
) override

Parameters

  • info
    The store to populate with the data needed to serialize the object.
  • context
    Information about the serialization stream.

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

CapacityEntity Class
CapacityEntity Members
Microsoft.WindowsAzure.Storage.Analytics Namespace