CitrixVirtualUserScript LogScreenshot Method (String, String)C# API
Take a screenshot of the entire screen, and add a message and link to the screenshot into the event log.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void LogScreenshot(
	string message,
	string imageName
)

Parameters

message
Type: System String
The message to write to the event log
imageName
Type: System String
The name of the image file to save. Note that this should just be a filename, not an absolute path.
See Also