Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- applicationName
- A string identifying the application that is using the toolkit. Some persistent settings are stored separately for each application, enabling the applications to behave independently of each other.
- destroyExistingSession
- Indicates if any existing session should be forcibly closed. Forcibly closing a session could result in loss of data. Because only one session can be open at a time, if a session is already open, then a value of false for this parameter results in an error. You can trap the error and take appropriate action. For example, you can inform your application user that another session is still open and must be closed first. If your application determines that the previous session should be forcibly closed, call the method again with this parameter set to true.
- locale
- The language in which to display user interface elements that are built into the toolkit. To use the system default locale, set this parameter to an empty string. A locale code is a language/region combination, with 2-letter codes for each separated by a hyphen. The default locale is en-US (US English), which is used if a UI does not exist for the requested locale.
- idleTimeoutMinutes
- The amount of time (in minutes) that the session is allowed to remain open with no ISIS Captiva Cloud service operation occurring. When the timeout has expired, the session closes automatically. The range of effective timeout values is 1–480, inclusive. If you specify anything higher than the maximum value, then the maximum value is used. If you specify 0, then a default value of 60 is used.
- callback
- Callback which is called when the session is created.
Return Value
ImGearIsisOperationStatus value.When ISIS Web Capture creates a session, it searches for the network port that the local web capture server is listening on. If the server cannot be found, the session will not be created.
Only one session can be open at a time. The restriction to a single session applies to all applications running on the same system. Only one application at a time can use ISIS Web Capture features.