ServiceSettingsDictionary Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the ServiceSettingsDictionary class with the specified serialization information and streaming context.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

protected ServiceSettingsDictionary(
    SerializationInfo info,
    StreamingContext context
)
protected:
ServiceSettingsDictionary(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ServiceSettingsDictionary
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

ServiceSettingsDictionary Overload
ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top