예제 #1
0
        // Token: 0x060000F6 RID: 246 RVA: 0x000061B0 File Offset: 0x000043B0
        protected override ADRawEntry LoadADRawEntry()
        {
            ADRawEntry ret = null;
            CID        cid = null;

            if (CID.TryParse(this.Cid, ref cid))
            {
                IRecipientSession recipientSession = DirectoryExtensions.CreateRecipientSession(ADSessionSettings.FromConsumerOrganization(), null);
                IAggregateSession aggregateSession = recipientSession.GetAggregateSession("d:\\dbs\\sh\\e16df\\0212_214120_0\\cmd\\1g\\sources\\Dev\\Cafe\\src\\HttpProxy\\AnchorMailbox\\CidAnchorMailbox.cs", 73, "LoadADRawEntry");
                aggregateSession.MbxReadMode = 0;
                ret = DirectoryHelper.InvokeAccountForest <ADRawEntry>(base.RequestContext.LatencyTracker, () => aggregateSession.FindADRawEntryByCid(cid, this.PropertySet), base.RequestContext.Logger, recipientSession);
            }
            return(base.CheckForNullAndThrowIfApplicable <ADRawEntry>(ret));
        }