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