SPMobileMessageServiceProvider.ParseWorker Method
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 Overrides Sub ParseWorker ( _
responseXml As String _
)
'Usage
Dim responseXml As String
Me.ParseWorker(responseXml)
protected internal override void ParseWorker(
string responseXml
)
Parameters
responseXml
Type: System.StringThe XML received from the Web service.
Remarks
This method should only be called by the SPMobileMessageServiceProvider(String) constructor.
See Also
Reference
SPMobileMessageServiceProvider Class