Amnesia.NullParallelActivity.UsingThread C# (CSharp) Method

UsingThread() public method

public UsingThread ( ) : IParallelActivityThread
return IParallelActivityThread
        public IParallelActivityThread UsingThread()
        {
            return threadActivity;
        }