Sends a request to the gateway to subscribe to a single service.
The
SubscribeResponse
event will be raised upon completion or error.

Declaration Syntax
public void SubscribeToServiceAsync(
string serviceName
)
Public Sub SubscribeToServiceAsync ( _
serviceName As String _
)
public:
void SubscribeToServiceAsync(
String^ serviceName
)

Parameters
- serviceName (String)
- Name of service to subscribe to.
Assembly:
ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)