Example #1
0
 public Task <XboxSocialRelationshipResult> GetSocialRelationshipsAsync(SocialRelationship socialRelationshipFilter)
 {
     throw new NotImplementedException();
 }
Example #2
0
        //public event EventHandler<SocialRelationshipChangeEventArgs> SocialRelationshipChanged;


        public Task <XboxSocialRelationshipResult> GetSocialRelationshipsAsync(SocialRelationship socialRelationshipFilter, uint startIndex, uint maxItems)
        {
            throw new NotImplementedException();
        }