PublishCallback<T>
Delegate net10.0
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
namespace Aspire.Hosting.AWS.Deployment;
public sealed delegate void PublishCallback<T>( Aspire.Hosting.AWS.Deployment.CDKPublishTargetContext context, T props)T MulticastDelegate
Delegate Parameters
Section titled Delegate Parameterscontext CDKPublishTargetContext props T