Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / Packager Class / SendToServerAsync Method / SendToServerAsync(SessionCriteria,Boolean) Method
The set of match rules to apply to sessions to determine what to send.
True to have every included session marked as read upon successful completion.

SendToServerAsync(SessionCriteria,Boolean) Method
Asynchronously send sessions to a Loupe Server using the current agent configuration
Syntax
'Declaration
 
Public Overloads Sub SendToServerAsync( _
   ByVal sessions As SessionCriteria, _
   ByVal markAsRead As Boolean _
) 
 

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.
Remarks
The EndSend event will be raised when the send operation completes. Because sessions are sent one by one, they will be individually marked as read once sent.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also