withSIX.Play.Core.Games.Legacy.BusyStateHandler.StartSession C# (CSharp) Method

StartSession() public method

public StartSession ( ) : IDisposable
return IDisposable
        public IDisposable StartSession() {
            if (!CheckAndSetBusy())
                throw new BusyException();
            return new BusySession(this);
        }