Пример #1
0
        public SocialGraph(XboxLiveUser localUser, SocialManagerExtraDetailLevel detailLevel)
        {
            this.localUser   = localUser;
            this.detailLevel = detailLevel;

            this.peopleHubService   = new PeopleHubService();
            this.eventQueue         = new EventQueue(this.localUser);
            this.internalEventQueue = new InternalEventQueue();
        }
Пример #2
0
        public SocialGraph(XboxLiveUser localUser, SocialManagerExtraDetailLevel detailLevel)
        {
            this.localUser   = localUser;
            this.detailLevel = detailLevel;

            this.context            = new XboxLiveContext(this.localUser);
            this.peopleHubService   = new PeopleHubService(this.context.Settings, this.context.AppConfig);
            this.eventQueue         = new EventQueue(this.localUser);
            this.internalEventQueue = new InternalEventQueue();
        }