Skip to content

Add string batchId overloads to CreateBatchOperation.Rehydrate methods #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

KrzysztofCwalina
Copy link
Collaborator

This PR adds two new overloads to the CreateBatchOperation class for rehydrating batch operations directly from a batch ID string:

CreateBatchOperation.RehydrateAsync(BatchClient client, string batchId, CancellationToken cancellationToken = default)
CreateBatchOperation.Rehydrate(BatchClient client, string batchId, CancellationToken cancellationToken = default)

@KrzysztofCwalina KrzysztofCwalina enabled auto-merge (squash) June 19, 2025 18:05
@KrzysztofCwalina KrzysztofCwalina merged commit 8a90259 into main Jun 19, 2025
1 check passed
@KrzysztofCwalina KrzysztofCwalina deleted the add-batch-rehydrate-overloads branch June 19, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants