Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / Packager Class / Packager Constructor / Packager Constructor()
Example

Packager Constructor()
Create a new packager for the current process.
Syntax
'Declaration
 
Public Function New()
 
Remarks
Only sessions for the current product & application will be considered
Example
Create a new package for the current process to send an email with all data available.
//Send an email with all of the information about the current application we haven't sent before.
using(Packager packager = new Packager())
{
    packager.SendEmail(SessionCriteria.AllSessions, true, null);
}
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