Novell.Directory.Ldap.Events.Edir.EventData.BaseEdirEventData.DataInitDone C# (CSharp) Method

DataInitDone() protected method

protected DataInitDone ( ) : void
return void
        protected void DataInitDone()
        {
            // We dont want the unnecessary memory to remain occupied if
              // this object is retained by the caller
              decodedData = null;
              decoder = null;
        }