←Select platform

Sessions Property

Summary

Gets the list of the created CCOW sessions.

Syntax

C#
VB
C++
public static ObservableCollection<WeakReference> Sessions { get; } 
Public Shared ReadOnly Property Sessions() As System.Collections.ObjectModel.ObservableCollection(Of System.WeakReference) 
 Get 
public: static property System.Collections.ObjectModel.ObservableCollection<System.WeakReference^ >^  Sessions 
{ 
 System.Collections.ObjectModel.ObservableCollection<System.WeakReference^ >^  get() 
} 

Property Value

The list of the created CCOW sessions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly