ImageGear for Silverlight
ImGearIsisSessionCreated Delegate
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace : ImGearIsisSessionCreated Delegate




scannerSession
The newly created scanner session.
closeSessionURI
URI for closing the session within a native browser script. To ensure that the cloud runtime is available to other applications when your application exits, you must explicitly end the session. You can end the session automatically when the web page is closed by assigning an event handler to the onunload property of the HTML body element and using the close session URI in JavaScript, as demonstrated in the Silverlight ISIS sample.
status
The status of the operation.

Glossary Item Box

Called when the scanner session is created.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

scannerSession
The newly created scanner session.
closeSessionURI
URI for closing the session within a native browser script. To ensure that the cloud runtime is available to other applications when your application exits, you must explicitly end the session. You can end the session automatically when the web page is closed by assigning an event handler to the onunload property of the HTML body element and using the close session URI in JavaScript, as demonstrated in the Silverlight ISIS sample.
status
The status of the operation.

See Also

©2013. Accusoft Corporation. All Rights Reserved.