Sends a request to the gateway to unsubscribe from a single service.
The
UnsubscribeResponse
event will be raised upon completion or error.

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

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