MetricsEntity Constructor (SerializationInfo, StreamingContext)

Required constructor for ISerializable interface.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected MetricsEntity (
    SerializationInfo info,
    StreamingContext context
)
protected:
MetricsEntity (
    SerializationInfo^ info, 
    StreamingContext context
)

Parameters

  • info
    A store populated with the data needed to deserialize the object.
  • context
    Information about the serialization stream.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

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