'Declaration
Public Overloads Sub SendToServer( _ ByVal sessions As SessionCriteria, _ ByVal applicationKey As String, _ ByVal markAsRead As Boolean, _ ByVal purgeSentSessions As Boolean _ )
public void SendToServer( SessionCriteria sessions, string applicationKey, bool markAsRead, bool purgeSentSessions )
Parameters
- sessions
- The set of match rules to apply to sessions to determine what to send.
- applicationKey
- The application key to use to communicate with the Loupe Server
- markAsRead
- True to have every included session marked as read upon successful completion.
- purgeSentSessions
- True to have every included session removed from the local repository upon successful completion.