ApiAuthManagerPerformLogoutFromRally Method |
Performs an logout from Rally.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax protected void PerformLogoutFromRally()
Protected Sub PerformLogoutFromRally
protected:
void PerformLogoutFromRally()
member PerformLogoutFromRally : unit -> unit
Examples authMgr.PerformLogoutFromRally();
See Also