[This is preliminary documentation and is subject to change.]
Override in particular file systems that support versioning to get latest version object that this session can work with.
This method may be called by miltiple threads
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal virtual IFileSystemVersion DoGetLatestVersion(
FileSystemSession session
)
protected internal virtual IFileSystemVersion DoGetLatestVersion(
FileSystemSession session
)
Protected Friend Overridable Function DoGetLatestVersion (
session As FileSystemSession
) As IFileSystemVersion
Protected Friend Overridable Function DoGetLatestVersion (
session As FileSystemSession
) As IFileSystemVersion
protected public:
virtual IFileSystemVersion^ DoGetLatestVersion(
FileSystemSession^ session
)
protected public:
virtual IFileSystemVersion^ DoGetLatestVersion(
FileSystemSession^ session
)
abstract DoGetLatestVersion :
session : FileSystemSession -> IFileSystemVersion
override DoGetLatestVersion :
session : FileSystemSession -> IFileSystemVersion
abstract DoGetLatestVersion :
session : FileSystemSession -> IFileSystemVersion
override DoGetLatestVersion :
session : FileSystemSession -> IFileSystemVersion
Return Value
Type:
IFileSystemVersion