DockerfileBuilderCallbackAnnotation.Callbacks Property

Definition

Gets the list of callback functions that will be invoked during the Dockerfile build process.

public System.Collections.Generic.IReadOnlyList<Func<Aspire.Hosting.ApplicationModel.DockerfileBuilderCallbackContext,System.Threading.Tasks.Task>> Callbacks { get; }
member this.Callbacks : System.Collections.Generic.IReadOnlyList<Func<Aspire.Hosting.ApplicationModel.DockerfileBuilderCallbackContext, System.Threading.Tasks.Task>>
Public ReadOnly Property Callbacks As IReadOnlyList(Of Func(Of DockerfileBuilderCallbackContext, Task))

Property Value

Applies to