'Declaration
Public Overloads Sub SendToServer( _ ByVal sessionMatchPredicate As Predicate(Of SessionSummary), _ ByVal markAsRead As Boolean, _ ByVal purgeSentSessions As Boolean, _ ByVal server As String, _ ByVal port As Integer, _ ByVal useSsl As Boolean, _ ByVal applicationBaseDirectory As String, _ Optional ByVal repository As String _ )
public void SendToServer( Predicate<SessionSummary> sessionMatchPredicate, bool markAsRead, bool purgeSentSessions, string server, int port, bool useSsl, string applicationBaseDirectory, string repository )
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.
- server
- The full DNS name of the server where the service is located.
- port
- An optional port number override for the server.
- useSsl
- Indicates if the connection should be encrypted with Ssl.
- applicationBaseDirectory
- The virtual directory on the host for the server.
- repository
- The specific repository on the server for a private server.