StoppableBeginShutdownAsync Method |
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected abstract Task BeginShutdownAsync()
Protected MustOverride Function BeginShutdownAsync As Task
protected:
virtual Task^ BeginShutdownAsync() abstract
Return Value
Type:
TaskA Task, that resolves when shutdown operations are completed.
See Also