'Declaration
Public Overloads Sub SendToFileAsync( _ ByVal sessions As SessionCriteria, _ ByVal markAsRead As Boolean, _ ByVal fullFileNamePath As String _ )
public void SendToFileAsync( SessionCriteria sessions, bool markAsRead, string fullFileNamePath )
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.