Tracking Client API for Windows Phone
GetSymbolFromXMLAsync Method (xmlRequest, isMOLESymbol)
NamespacesESRI.Tracking.ConnectorConnectorGetSymbolFromXMLAsync(String, Boolean)
Sends a request to the Tracking Server for a symbol. If requesting a MOLE symbol, MOLE must be installed on the Tracking Server. Currently only MOLE symbol are supported. The SymbolResponse event will be raised upon completion or error.
Declaration Syntax
C#Visual BasicVisual C++
public void GetSymbolFromXMLAsync(
	string xmlRequest,
	bool isMOLESymbol
)
Public Sub GetSymbolFromXMLAsync ( _
	xmlRequest As String, _
	isMOLESymbol As Boolean _
)
public:
void GetSymbolFromXMLAsync(
	String^ xmlRequest, 
	bool isMOLESymbol
)
Parameters
xmlRequest (String)
XML string containing request.
isMOLESymbol (Boolean)
Specifies whether requested symbol is a MOLE symbol or not.

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)