AsyncTaskResult.getAsyncTaskResult(Task) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Dynamics::AX::Application::AsyncTaskResult ^ getAsyncTaskResult(System::Threading::Tasks::Task ^ asyncTask);
public static Dynamics.AX.Application.AsyncTaskResult getAsyncTaskResult (System.Threading.Tasks.Task asyncTask);
static member getAsyncTaskResult : System.Threading.Tasks.Task -> Dynamics.AX.Application.AsyncTaskResult
Public Shared Function getAsyncTaskResult (asyncTask As Task) As AsyncTaskResult
Parameters
- asyncTask
- Task