public FileProcessorEventArgs( string fullPath, bool raisedByFileWatcher, Func<int> retryCounter )
Public Sub New ( fullPath As String, raisedByFileWatcher As Boolean, retryCounter As Func(Of Integer) )
public: FileProcessorEventArgs( String^ fullPath, bool raisedByFileWatcher, Func<int>^ retryCounter )
new : fullPath : string * raisedByFileWatcher : bool * retryCounter : Func<int> -> FileProcessorEventArgs
GSF.IO.FileProcessorEventArgs = function(fullPath, raisedByFileWatcher, retryCounter);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.