BackgroundService.ExecuteTask Proprietà

Definizione

Ottiene l'attività che esegue l'operazione in background.

public:
 virtual property System::Threading::Tasks::Task ^ ExecuteTask { System::Threading::Tasks::Task ^ get(); };
public virtual System.Threading.Tasks.Task? ExecuteTask { get; }
member this.ExecuteTask : System.Threading.Tasks.Task
Public Overridable ReadOnly Property ExecuteTask As Task

Valore della proprietà

Commenti

Restituisce null se l'operazione in background non è stata avviata.

Si applica a