'Declaration
Public Overloads Sub SendToServerAsync( _ ByVal sessionMatchPredicate As Predicate(Of SessionSummary), _ ByVal markAsRead As Boolean, _ ByVal purgeSentSessions As Boolean, _ Optional ByVal serverConfiguration As ServerConfiguration _ )
public void SendToServerAsync( Predicate<SessionSummary> sessionMatchPredicate, bool markAsRead, bool purgeSentSessions, ServerConfiguration serverConfiguration )
Parameters
- sessionMatchPredicate
- A delegate to evaluate sessions and determine which ones to send.
- 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.
- serverConfiguration
- Optional. The connection options to use instead of the current configured server connection