FileSystem StartSession Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates a new session for the user. This method is thread-safe, however the returned FileSystemSession object is not. Every thread must obtain its own session via this method

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract FileSystemSession StartSession(
	FileSystemSessionConnectParams cParams = null
)

Return Value

Type: FileSystemSession

Implements

IFileSystem StartSession(FileSystemSessionConnectParams)
See Also