// Token: 0x06002419 RID: 9241 RVA: 0x000A8D24 File Offset: 0x000A6F24
        private bool BecomePame()
        {
            Exception ex = this.DoTPRCommunication(delegate(object param0, EventArgs param1)
            {
                using (Notify notify = this.OpenNotifyChannel())
                {
                    notify.BecomePame();
                }
            });

            if (ex != null)
            {
                ExTraceGlobals.ThirdPartyManagerTracer.TraceError <string, Exception>(0L, "BecomePame notification failed: {0}, {1}", ex.Message, ex);
                return(false);
            }
            return(true);
        }