Tracking Client API for Windows Phone
GetMessageDefinition Method (name, type)
NamespacesESRI.Tracking.ConnectorMessageFormatManagerGetMessageDefinition(String, String)
Returns the Message Definition by matching the provided name and type.
Declaration Syntax
C#Visual BasicVisual C++
public MessageDefinition GetMessageDefinition(
	string name,
	string type
)
Public Function GetMessageDefinition ( _
	name As String, _
	type As String _
) As MessageDefinition
public:
MessageDefinition^ GetMessageDefinition(
	String^ name, 
	String^ type
)
Parameters
name (String)
Name of the Message Definition.
type (String)
Type of the Message Definition.
Return Value
Message Definition

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