JackSharp.Processor.Dispose C# (CSharp) Method

Dispose() public method

Releases all resource used by the JackSharp.Processor object.
Call Dispose when you are finished using the JackSharp.Processor. The Dispose method leaves the JackSharp.Processor in an unusable state. After calling Dispose, you must release all references to the JackSharp.Processor so the garbage collector can reclaim the memory that the JackSharp.Processor was occupying.
public Dispose ( ) : void
return void
        public new void Dispose()
        {
            Dispose (true);
        }