AsyncEvent<TEventArgs>.AsyncInvocations Propriedade

Definição

Retornar a lista de invocação assíncrona

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; }
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))

Valor da propriedade

ImmutableList<Func<Object,TEventArgs,Task>>

Aplica-se a