Exemple #1
0
 /// <summary>
 /// This function will invoke the destroy callback.
 /// </summary>
 internal void InvokeDestroy()
 {
     if (null != mCallback)
     {
         // Invoke the onDestroy
         mCallback.onDestroy(mInbox, mClosure);
     }
 }