AlertProperties 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
AlertProperties() |
Initializes a new instance of the AlertProperties class. |
AlertProperties(SerializationInfo, StreamingContext) |
Initializes a new instance of the AlertProperties class with the specified serialization information and streaming context. |
AlertProperties()
Initializes a new instance of the AlertProperties class.
public AlertProperties ();
Public Sub New ()
Applies to
AlertProperties(SerializationInfo, StreamingContext)
Initializes a new instance of the AlertProperties class with the specified serialization information and streaming context.
protected AlertProperties (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Mobile.Service.AlertProperties : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Mobile.Service.AlertProperties
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
A SerializationInfo containing information about the AlertProperties 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