'Declaration Public Overloads Function SaveBiffAsync( _ ByVal fileName As System.String _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveBiffAsync( System.string fileName )
Parameters
- fileName
- Name of the file to save.
Return Value
The task of represents an asynchronous operation.