C# Class SharpCifs.Smb.SmbFile.WriterThread

Inheritance: Thread
Datei anzeigen Open project: brandonprry/Potato

Public Methods

Method Description
Run ( ) : void
WriterThread ( SmbFile enclosing ) : System

Private Methods

Method Description
Write ( byte b, int n, SmbFile dest, long off ) : void

Method Details

Run() public method

public Run ( ) : void
return void

WriterThread() public method

public WriterThread ( SmbFile enclosing ) : System
enclosing SmbFile
return System