Requests an authentication service for getting a new security token.
Syntax
Visual Basic (Declaration)
C#
Public Sub UpdateTokenAsync( _
ByVal done As ESRI.ArcGIS.Client.BACore.Client.AsyncCallback(Of String), _
ByVal failed As ESRI.ArcGIS.Client.BACore.Client.AsyncCallback(Of Exception) _
)
public void UpdateTokenAsync(
ESRI.ArcGIS.Client.BACore.Client.AsyncCallback<string> done,
ESRI.ArcGIS.Client.BACore.Client.AsyncCallback<Exception> failed
)
Parameters
- done
- Update done callback method.
- failed
- Update failed callback method.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also