You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface is missing the following signature: Task<List<BatchResultList>> RunJobAndPollAsync<T>(string objectName,string externalIdFieldName, BulkConstants.OperationType operationType, IEnumerable<ISObjectList<T>> recordsLists)
Workaround is to cast IForceClient to the concrete type ForceClient
The text was updated successfully, but these errors were encountered:
Interface is missing the following signature:
Task<List<BatchResultList>> RunJobAndPollAsync<T>(string objectName,string externalIdFieldName, BulkConstants.OperationType operationType, IEnumerable<ISObjectList<T>> recordsLists)
Workaround is to cast
IForceClient
to the concrete typeForceClient
The text was updated successfully, but these errors were encountered: