'Declaration
Public Overloads Sub SendToServer( _ ByVal sessionMatchPredicate As Predicate(Of ISessionSummary), _ ByVal markAsRead As Boolean, _ ByVal purgeSentSessions As Boolean, _ ByVal asyncSend As Boolean, _ Optional ByVal serverConfiguration As ServerConfiguration _ )
public void SendToServer( Predicate<ISessionSummary> sessionMatchPredicate, bool markAsRead, bool purgeSentSessions, bool asyncSend, 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.
- asyncSend
- True to have the package and send process run asynchronously.
- serverConfiguration
- Optional. The connection options to use instead of the current configured server connection
Return Value
The Package Send Event Arguments object that was also used for the EndSend event.