FlickrNet.Flickr.ActivityUserComments C# (CSharp) Méthode

ActivityUserComments() public méthode

Returns a list of recent activity on photos commented on by the calling user.
Do not poll this method more than once an hour.
public ActivityUserComments ( ) : FlickrNet.ActivityItem[]
Résultat FlickrNet.ActivityItem[]
        public ActivityItem[] ActivityUserComments()
        {
            throw new NotImplementedException("Not yet implemented");
        }
Flickr