Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (m_continuation != null)
            {
                m_continuation.Dispose();
                m_continuation = null;
            }

            m_startDelegate = null;
        }