Skip to content
Docs Try Aspire

registerHandleWrapper

Function
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
function registerHandleWrapper(
typeId: string,
factory: HandleWrapperFactory): void

Signature

method registerHandleWrapper
Register a wrapper factory for a type ID. Called by generated code to register wrapper classes.
registerHandleWrapper(
typeId: string,
factory: HandleWrapperFactory): void
typeId string
factory HandleWrapperFactory