Skip to content

Commit

Permalink
test new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Pham committed Feb 16, 2022
1 parent 68610dd commit fc5f0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Microsoft.Data.SqlClient
// this class is a base class for creating derived objects that will store state for async operations
// avoiding the use of closures and allowing caching/reuse of the instances for frequently used async
// calls
//
//a
// DO derive from this and seal your class
// DO add additional fields or properties needed for the async operation and then override Clear to zero them
// DO override AfterClear and use the owner parameter to return the object to a cache location if you have one, this is the purpose of the method
Expand Down

0 comments on commit fc5f0b8

Please sign in to comment.