Business Analyst Online API for Silverlight 2.2 Reference
Login Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > TokenService Class : Login Method

username
User name.
password
User password.
responder
Responder object to be notified on a response from the token service.

Glossary Item Box

Requests a token service for getting a security token and creates a token provider.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

username
User name.
password
User password.
responder
Responder object to be notified on a response from the token service.

Remarks

The algorithm of executing this method is the following: If the token service fails to get a new token, the responder.Fault method is called. If the token service returns a new security token, the TokenProvider and Token properties of this instance are updated and after that the responder.Result method is called with the new token passed in the Result property of ClentEventArgs instance.

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.