public Task<TOut> Apply( TIn param )
Public Function Apply ( _ param As TIn _ ) As Task(Of TOut)
public: Task<TOut>^ Apply( TIn param )