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.StringThe 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