Adaptive.ReactiveTrader.Messaging.Abstraction.UserSessionCache.TryDestroy C# (CSharp) Метод

TryDestroy() публичный Метод

public TryDestroy ( string sessionId, IUserSession &userSession ) : bool
sessionId string
userSession IUserSession
Результат bool
        public bool TryDestroy(string sessionId, out IUserSession userSession)
        {
            throw new NotImplementedException();
        }