ForceClient has 2 RunJobAndPollAsync methods. But the interface IForceClient is missing the overloaded method mentioned below
Task<List> RunJobAndPollAsync(string objectName, string externalIdFieldName, BulkConstants.OperationType operationType, IEnumerable<ISObjectList> recordsLists)
ForceClient has 2 RunJobAndPollAsync methods. But the interface IForceClient is missing the overloaded method mentioned below
Task<List> RunJobAndPollAsync(string objectName, string externalIdFieldName, BulkConstants.OperationType operationType, IEnumerable<ISObjectList> recordsLists)