Skip to content

Commit

Permalink
Restore PrepareAsync to be virtual.
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Lipin authored and kundadebdatta committed Jul 11, 2023
1 parent ea36576 commit c588055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private async Task<OperationResult> ExecuteOnceAsyncWithStreamsAndPagination()
/// </summary>
/// <returns></returns>
/// <exception cref="Exception"></exception>
public async Task PrepareAsync()
public virtual async Task PrepareAsync()
{
if (this.initialized)
{
Expand Down

0 comments on commit c588055

Please sign in to comment.