Liara.Hosting.Owin.OwinServerEnvironment.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);

            // Use SupressFinalize in case a subclass
            // of this type implements a finalizer.
            GC.SuppressFinalize(this);
        }

Same methods

OwinServerEnvironment::Dispose ( bool disposing ) : void