IUsersRepository.UserRecordedUrls Method

Declaring Type: IUsersRepository
Namespace: RecordVisitors
Assembly: RecordVisitors
Assembly Version: 1.0.0+941d3002b81283b9d5c598cff49e5898a83bf6f6

obtain visitors from date to date

public Task<IRequestRecorded[]> UserRecordedUrls(string userId, DateTime fromDate, DateTime toDate);

Parameters

userId string

user id to retrieve history

fromDate DateTime

from date

toDate DateTime

to date

Returns

Task\<IRequestRecorded[]>


Documentation generated by MdDocs