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

Specialized version of the LogProc(LogKind, String) function used for logging conection open.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected void LogProcConnect(
	string FileSystem
)
Visual Basic
Protected Sub LogProcConnect ( _
	FileSystem As String _
)
Visual C++
protected:
void LogProcConnect(
	String^ FileSystem
)
F#
member LogProcConnect : 
        FileSystem:string -> unit 
JScript
protected function LogProcConnect(
	FileSystem : String
)

Parameters

FileSystem
Type: System..::..String
Name of the filesystem plugin has connected to. The name must start with a backslash.

Remarks

Do not call this function when file system implemeneted by the plugin does not reguire connection

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionInitialized is false
System..::..ArgumentNullExceptionFileSystem is null
System..::..ArgumentExceptionFileSystem either starts with \\ or it does not start with \

See Also