session command
Manages opened sessions.
Advertisement
Syntax
session [ <session> ]
Remarks
Makes session specified by its number active. When session number is not specified, lists connected sessions.
Examples
session 1
session
Converting to .NET Assembly
When converting script to .NET Assembly, use multiple instances of Session
class, if you need to use multiple sessions in parallel.