Force.com-Toolkit-for-NET icon indicating copy to clipboard operation
Force.com-Toolkit-for-NET copied to clipboard

IForceClient missing the overloaded method RunJobAndPollAsync

Open skynetit opened this issue 3 years ago • 0 comments
trafficstars

ForceClient has 2 RunJobAndPollAsync methods. But the interface IForceClient is missing the overloaded method mentioned below

Task<List<BatchResultList>> RunJobAndPollAsync<T>(string objectName, string externalIdFieldName, BulkConstants.OperationType operationType, IEnumerable<ISObjectList<T>> recordsLists)

skynetit avatar Dec 09 '21 21:12 skynetit