FileFormatBuilder.LearnAsync 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.
Learn the file_format of the files from the initial Dataflow.
Note: After calling this function the 'file_format' attribute on this Builder will be populated with information about the file(s) in the initial Dataflow.This attribute includes file type as well as some parameters to be used when parsing the file(s).
public:
System::Threading::Tasks::Task ^ LearnAsync();
public System.Threading.Tasks.Task LearnAsync();
member this.LearnAsync : unit -> System.Threading.Tasks.Task
Public Function LearnAsync () As Task