Name | Description | |
---|---|---|
Packager Constructor | Overloaded. |
The following tables list the members exposed by Packager.
Name | Description | |
---|---|---|
Packager Constructor | Overloaded. |
Name | Description | |
---|---|---|
LogCategory | The log category for the packager |
Name | Description | |
---|---|---|
ApplicationName | The name of the current running application this packager was initialized with. | |
Caption | A caption for the resulting package | |
Description | A description for the resulting package. | |
ProductName | The product name of the current running application this packager was initialized with. |
Name | Description | |
---|---|---|
CanSendToServer | Overloaded. Determines if it can correctly connect to the server and send data | |
Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
SendToFile | Overloaded. Write the completed package to the provided full file name and path without extension. | |
SendToServer | Overloaded. Send the specified packages to our session data server as configured |
Name | Description | |
---|---|---|
FindPackageSessions | Overloaded. Get a dataset of all of the sessions that should be included in our package | |
OnBeginSend | Called to raise the BeginSend event at the start of the packaging and sending process (after all input is collected) | |
OnEndSend | Called to raise the EndSend event at the end of the packaging and sending process with completion status information. |
Name | Description | |
---|---|---|
BeginSend | Raised at the start of the packaging and sending process (after all input is collected) | |
EndSend | Raised at the end of the packaging and sending process with completion status information. |