Tracking Client API for Windows Phone
DisconnectResponse Event
NamespacesESRI.Tracking.ConnectorConnectorDisconnectResponse
Event to signal that a response to a disconnect request has been received.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<DisconnectEventArgs> DisconnectResponse
Public Event DisconnectResponse As EventHandler(Of DisconnectEventArgs)
public:
 event EventHandler<DisconnectEventArgs^>^ DisconnectResponse {
	void add (EventHandler<DisconnectEventArgs^>^ value);
	void remove (EventHandler<DisconnectEventArgs^>^ value);
}

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