System::RTaskPtr typedef

RTaskPtr typedef

An alias for a smart pointer that points to an instance of System::Threading::Tasks::ResultTask class.

using System::RTaskPtr =  System::SmartPtr<System::Threading::Tasks::ResultTask<T>>

See Also