GetAllOpenSessions Method
Returns the open sessions that match the description.

C# Syntax

public static IGuiSession[] GetAllOpenSessions( 
   GuiSessionDescription description
)

Parameters

description
A GuiSessionDescription containing the set of properties and values that should be common to all returned sessions.

Return Value

A collection of IGuiSession objects that are open and match the description.