Class SessionsSnapshot
Request to get detailed information about list of sessions
Since 1.0 version
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class SessionsSnapshot : ServerCommand, IMessage
Constructors
SessionsSnapshot()
Initialisiert eine neue Instanz der SessionsSnapshot Klasse.
Initializes a new instance of the SessionsSnapshot class.
Declaration
public SessionsSnapshot()
Properties
SessionView
Declaration
public Collection<SessionsSnapshotSessionView> SessionView { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<SessionsSnapshotSessionView> |
SessionViewSpecified
Ruft einen Wert ab, der angibt, ob die SessionView-Collection leer ist.
Gets a value indicating whether the SessionView collection is empty.
Declaration
public bool SessionViewSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
View
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
View |