Esri Business Analyst Server API for Silverlight 2.2 Reference
UpdateTokenAsync Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > ITokenProvider Interface : UpdateTokenAsync Method

done
Update done callback method.
failed
Update failed callback method.

Glossary Item Box

Requests a token service for getting a new security token.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

done
Update done callback method.
failed
Update failed callback method.

Remarks

The contract on executing this method is the following: If the token service fails to get a new token, the failed callback method must be invoked. If the token service returns a new security token, the CurrentToken property should be updated with the new token value and after that the failed callback method must be invoked with the new token passed in its parameter.

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

© 2010-2012 Esri, Inc. All Rights Reserved.