C# Class Microsoft.WindowsAzure.Mobile.Files.IO.File

ファイルを表示 Open project: Azure/azure-mobile-apps-net-files-client

Public Methods

Method Description
CreateAsync ( string targetPath ) : Task
OpenReadAsync ( string targetPath ) : Task

Method Details

CreateAsync() public static method

public static CreateAsync ( string targetPath ) : Task
targetPath string
return Task

OpenReadAsync() public static method

public static OpenReadAsync ( string targetPath ) : Task
targetPath string
return Task