Edit

Share via


InvokablePool Class

Definition

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.

Applies to