Force.com-Toolkit-for-NET
Force.com-Toolkit-for-NET copied to clipboard
IForceClient missing the overloaded method RunJobAndPollAsync
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)