Context Class

Represents the context of an invoked method or symbol.

Inheritance Hierarchy

System.Object
  TcHmiSrv.Context
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class Context : IEquatable<Context>, 
    IDisposable

The Context type exposes the following members.

Constructors

 

Name

Description

Context Class 1:

Context.

Initializes a new instance of the Context class.

Context Class 2:

Context(Context)

Initializes a new instance of the Context class based on another Context.

Properties

 

Name

Description

Context Class 3:

Domain

Gets or sets the currently active domain.

Context Class 4:

Hash

Gets or sets a hash value to identify identical Command sets.

Context Class 5:

RequestType

Gets or sets the type of the request that is currently being executed.

Context Class 6:

Session

Gets or sets the Session of the currently active user.

Context Class 7:

SubscriptionId

Gets or sets an identifier for subscriptions.

Methods

 

Name

Description

Context Class 8:

Dispose.

Releases all resources used by the Context

Context Class 9:

Dispose(Boolean)

Releases the unmanaged resources used by the Context and optionally releases the managed resources

Context Class 10:

Equals(Context)

Indicates whether the current Context is equal to another Context.

Context Class 11:

Equals(Object)

Determines whether the specified object is equal to the current object. (Inherited from Object.)

Context Class 12:

Finalize

(Overrides Object.Finalize..)

Context Class 13:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

Context Class 14:

GetType

Gets the Type of the current instance. (Inherited from Object.)

Context Class 15:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Context Class 16:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

Context Class 17:

Context Class 18:

Equality

Determines whether two instances of the Context class are equal.

Context Class 19:

Context Class 20:

Inequality

Determines whether two instances of the Context class are not equal.

Reference

TcHmiSrv Namespace