[This is preliminary documentation and is subject to change.]
Async version of [P:Item(string)]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Task<FileSystemSessionItem> GetItemAsync(
string path
)
public Task<FileSystemSessionItem> GetItemAsync(
string path
)
Public Function GetItemAsync (
path As String
) As Task(Of FileSystemSessionItem)
Public Function GetItemAsync (
path As String
) As Task(Of FileSystemSessionItem)
public:
Task<FileSystemSessionItem^>^ GetItemAsync(
String^ path
)
public:
Task<FileSystemSessionItem^>^ GetItemAsync(
String^ path
)
member GetItemAsync :
path : string -> Task<FileSystemSessionItem>
member GetItemAsync :
path : string -> Task<FileSystemSessionItem>
Return Value
Type:
Task FileSystemSessionItem