BaconographyPortable.Services.Impl.SuspendableWorkQueueImpl.SuspendableWorkQueueImpl C# (CSharp) Method

SuspendableWorkQueueImpl() public method

public SuspendableWorkQueueImpl ( ISystemServices systemServices ) : System
systemServices ISystemServices
return System
        public SuspendableWorkQueueImpl(ISystemServices systemServices)
        {
            _systemServices = systemServices;
        }