Show / Hide Table of Contents

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.Object other

...

Returns
Type Description
System.Boolean

...

Overrides
System.Object.Equals(System.Object)

GetHashCode()

Method GetHashCode.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

...

Overrides
System.Object.GetHashCode()

ToString()

Method ToString.

Declaration
public override string ToString()
Returns
Type Description
System.String

...

Overrides
System.Object.ToString()
In This Article
  • Fields
    • COMMAND
    • DISTINCT
    • MERGE
    • RAW
  • Methods
    • Equals(Object)
    • GetHashCode()
    • ToString()
Back to top Copyright (c) 2004-2021 Lightstreamer s.r.l.