AsyncEvent<TEventArgs>.AsyncInvocations Property

Definition

Return the async invocation list

public:
 property System::Collections::Immutable::ImmutableList<Func<System::Object ^, TEventArgs, System::Threading::Tasks::Task ^> ^> ^ AsyncInvocations { System::Collections::Immutable::ImmutableList<Func<System::Object ^, TEventArgs, System::Threading::Tasks::Task ^> ^> ^ get(); };
public System.Collections.Immutable.ImmutableList<Func<object,TEventArgs,System.Threading.Tasks.Task>> AsyncInvocations { get; }
public System.Collections.Immutable.ImmutableList<Func<object?,TEventArgs,System.Threading.Tasks.Task>> AsyncInvocations { get; }
member this.AsyncInvocations : System.Collections.Immutable.ImmutableList<Func<obj, 'EventArgs, System.Threading.Tasks.Task>>
Public ReadOnly Property AsyncInvocations As ImmutableList(Of Func(Of Object, TEventArgs, Task))

Property Value

ImmutableList<Func<Object,TEventArgs,Task>>

Applies to