IFileSystem.ConvertRemoteUriToRemoteFileNameAsync 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.
Converts a remote Uri to a remote filename.
public:
System::Threading::Tasks::Task<System::String ^> ^ ConvertRemoteUriToRemoteFileNameAsync(Uri ^ remoteUri, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> ConvertRemoteUriToRemoteFileNameAsync (Uri remoteUri, System.Threading.CancellationToken cancellationToken);
abstract member ConvertRemoteUriToRemoteFileNameAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function ConvertRemoteUriToRemoteFileNameAsync (remoteUri As Uri, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken
The cancellation token.
Returns
The remote filename.
Remarks
Introduced in version FileSystem.