ImageGear .NET - Updated
ImGearIsisCreateSessionArgs class
Members  

ImageGear.Web.Isis Library > ImageGear.Web.Isis Namespace : ImGearIsisCreateSessionArgs class
Represents a create session parameters object.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.Isis.ImGearIsisCreateSessionArgs = function( 
   applicationName : string,
   destroyExistingSession : boolean,
   locale : string,
   idleTimeoutMinutes : number(Integer),
   callback : function
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.Isis.ImGearIsisCreateSessionArgs();
Remarks

This object contains the arguments for the ImageGear.Web.Isis.ImGearIsisScannerService.createSession method.

It is not strictly necessary to create an object of this type for providing the parameters. The example code in the ImageGear.Web.Isis.ImGearIsisScannerService.createSession method shows another acceptable way to pass the parameters. This class identifies the fields that are represented in the createSession parameter object.

Inheritance Hierarchy

Object
   ImageGear.Web.Isis.ImGearIsisCreateSessionArgs

See Also

Reference

ImGearIsisCreateSessionArgs Members
ImageGear.Web.Isis Namespace