Share via


ApplePushMessage Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the ApplePushMessage 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 ApplePushMessage(
    SerializationInfo info,
    StreamingContext context
)
protected:
ApplePushMessage(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ApplePushMessage
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

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

Return to top