SpicyPixel.Threading.Tasks.FiberTaskScheduler.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

Releases all resource used by the SpicyPixel.Threading.Tasks.FiberTaskScheduler object.
Call the method when you are finished using the SpicyPixel.Threading.Tasks.FiberTaskScheduler. The method leaves the SpicyPixel.Threading.Tasks.FiberTaskScheduler in an unusable state. After calling the method, you must release all references to the SpicyPixel.Threading.Tasks.FiberTaskScheduler so the garbage collector can reclaim the memory that the SpicyPixel.Threading.Tasks.FiberTaskScheduler was occupying.
public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            Dispose(true);
              	GC.SuppressFinalize(this);
        }

Same methods

FiberTaskScheduler::Dispose ( bool disposing ) : void