[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal virtual Task<FileSystemFile> DoCreateFileAsync(
FileSystemDirectory dir,
string name,
int size
)
protected internal virtual Task<FileSystemFile> DoCreateFileAsync(
FileSystemDirectory dir,
string name,
int size
)
Protected Friend Overridable Function DoCreateFileAsync (
dir As FileSystemDirectory,
name As String,
size As Integer
) As Task(Of FileSystemFile)
Protected Friend Overridable Function DoCreateFileAsync (
dir As FileSystemDirectory,
name As String,
size As Integer
) As Task(Of FileSystemFile)
protected public:
virtual Task<FileSystemFile^>^ DoCreateFileAsync(
FileSystemDirectory^ dir,
String^ name,
int size
)
protected public:
virtual Task<FileSystemFile^>^ DoCreateFileAsync(
FileSystemDirectory^ dir,
String^ name,
int size
)
abstract DoCreateFileAsync :
dir : FileSystemDirectory *
name : string *
size : int -> Task<FileSystemFile>
override DoCreateFileAsync :
dir : FileSystemDirectory *
name : string *
size : int -> Task<FileSystemFile>
abstract DoCreateFileAsync :
dir : FileSystemDirectory *
name : string *
size : int -> Task<FileSystemFile>
override DoCreateFileAsync :
dir : FileSystemDirectory *
name : string *
size : int -> Task<FileSystemFile>
Return Value
Type:
Task FileSystemFile