ServiceSettingsDictionary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceSettingsDictionary() |
Initializes a new instance of the ServiceSettingsDictionary class. |
ServiceSettingsDictionary(SerializationInfo, StreamingContext) |
Initializes a new instance of the ServiceSettingsDictionary class with the specified serialization information and streaming context. |
ServiceSettingsDictionary()
Initializes a new instance of the ServiceSettingsDictionary class.
public ServiceSettingsDictionary ();
Public Sub New ()
Applies to
ServiceSettingsDictionary(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceSettingsDictionary class with the specified serialization information and streaming context.
protected ServiceSettingsDictionary (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
A SerializationInfo containing information about the ServiceSettingsDictionary to be initialized.
- context
- StreamingContext
A StreamingContext that indicates the source destination and context information of a serialized stream.
Applies to
Azure SDK for .NET