ICastSessionsAllAlive Property |
Gets the list of
IsAlive alive cast sessions.
Namespace:
DotNetBrowser.Cast
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntax IReadOnlyList<ICastSession> AllAlive { get; }
Property Value
Type:
IReadOnlyListICastSessionThe list of
IsAlive alive cast sessions.
See Also