Skip to content
DocsTry Aspire
DocsTry

ConstructOutputDelegate<T>

Delegatenet8.0
📦 Aspire.Hosting.AWS v13.2.0
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
namespace Aspire.Hosting.AWS.CDK;
public sealed delegate string ConstructOutputDelegate<T>(
T construct)
where T : IConstruct
T: IConstruct
MulticastDelegate