Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / CreateTempFileAsync Method

In This Topic
    CreateTempFileAsync Method
    In This Topic
    Creates a temporary file.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateTempFileAsync( _
       ByVal folder As StorageFolder, _
       Optional ByVal extension As String _
    ) As Task(Of StorageFile)
    public static Task<StorageFile> CreateTempFileAsync( 
       StorageFolder folder,
       string extension
    )

    Parameters

    folder
    extension
    See Also