GetUsersAsyncΒΆ

This method is to return a list of RecorderUser.

1
     public Task<IEnumerable<RecorderUser>> GetUsersAsync(DataConnectorProperties properties)
DataConnectorProperties
Describes the user credentials required for an authentication challenge by the Recorder.

Please return a IEnumerable of RecorderUser objects.