Share via


SPMobileMessageServiceResponse.ParseWorker method

When implemented in a derived class, populates the properties of the response object with values from the specified XML received from the Web service.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend MustOverride Sub ParseWorker ( _
    responseXml As String _
)
'Usage
Dim responseXml As String

Me.ParseWorker(responseXml)
protected internal abstract void ParseWorker(
    string responseXml
)

Parameters

  • responseXml
    Type: System.String

    The XML received from the Web service.

Remarks

Typically, the properties of the derived response class are read-only, so this method is called only from the constructor derived from SPMobileMessageServiceResponse(String).

See also

Reference

SPMobileMessageServiceResponse class

SPMobileMessageServiceResponse members

Microsoft.SharePoint.MobileMessage namespace