Share via


TemplatePushMessage Constructors

Definition

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