'Declaration
Public Overloads Function SendToFile( _ ByVal sessions As SessionCriteria, _ ByVal markAsRead As Boolean, _ ByVal fullFileNamePath As String, _ ByVal progressMonitors As ProgressMonitorStack _ ) As PackageSendEventArgs
public PackageSendEventArgs SendToFile( SessionCriteria sessions, bool markAsRead, string fullFileNamePath, ProgressMonitorStack progressMonitors )
Parameters
- sessions
- The set of match rules to apply to sessions to determine what to send.
- markAsRead
- True to have every included session marked as read upon successful completion.
- fullFileNamePath
- The file name and path to write the final package to
- progressMonitors
- The asynchronous progress monitoring stack.
Return Value
The Package Send Event Arguments object that was also used for the EndSend event.