'Declaration Protected Overloads Overrides Sub DoRefresh( _ ByVal session As FileSystemEventsSession _ )
'Usage Dim instance As SFtpFolder Dim session As FileSystemEventsSession instance.DoRefresh(session)
protected override void DoRefresh( FileSystemEventsSession session )
Parameters
- session
A reference to a FileSystemEventsSession object which is responsible for raising all events that occur during the process.