ResponsePool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object pool for Response<TResult> values.
public static class ResponsePool
type ResponsePool = class
Public Class ResponsePool
- Inheritance
-
ResponsePool
Methods
Get<T>() |
Gets a value from the pool. |
Return<T>(Response<T>) |
Returns a value to the pool. |