Adaptive.ReactiveTrader.Messaging.Abstraction.UserSessionCache.TryDestroy C# (CSharp) Method

TryDestroy() public method

public TryDestroy ( string sessionId, IUserSession &userSession ) : bool
sessionId string
userSession IUserSession
return bool
        public bool TryDestroy(string sessionId, out IUserSession userSession)
        {
            throw new NotImplementedException();
        }