Class Mode
Encapsulates a publishing Mode. The different Modes handled by Lightstreamer Kernel can be uniquely identified by the static constants defined in this class. See the technical documents for a detailed description of Modes.
Inheritance
System.Object
Mode
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lightstreamer.Interfaces.Metadata
Assembly: DotNetStandardAdapter.dll
Syntax
public class Mode
Fields
COMMAND
Declaration
public static readonly Mode COMMAND
Field Value
Type | Description |
---|---|
Mode | The COMMAND Mode. |
DISTINCT
Declaration
public static readonly Mode DISTINCT
Field Value
Type | Description |
---|---|
Mode | The DISTINCT Mode. |
MERGE
Declaration
public static readonly Mode MERGE
Field Value
Type | Description |
---|---|
Mode | The MERGE Mode. |
RAW
Declaration
public static readonly Mode RAW
Field Value
Type | Description |
---|---|
Mode | The RAW Mode. |
Methods
Equals(Object)
Method Equals.
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System. |
other | ... |
Returns
Type | Description |
---|---|
System. |
... |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Method GetHashCode.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
... |
Overrides
System.Object.GetHashCode()
ToString()
Method ToString.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
... |
Overrides
System.Object.ToString()