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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly