Click or drag to resize
ApiAuthManagerPerformLogoutFromRally Method
Performs an logout from Rally.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
protected void PerformLogoutFromRally()
Examples
C#
authMgr.PerformLogoutFromRally();
See Also