AsyncEvent<TEventArgs>.AsyncInvocations Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>>