InvokablePool 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 IInvokable implementations.
public static class InvokablePool
type InvokablePool = class
Public Class InvokablePool
- Inheritance
-
InvokablePool
Methods
Get<T>() |
Gets a value from the pool. |
Return<T>(T) |
Returns a value to the pool. |