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>, 
    IDisposableThe Context type exposes the following members.
Constructors
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Initializes a new instance of the Context class.  | |
| 
                   
                      | 
                   Initializes a new instance of the Context class based on another Context.  | 
Properties
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Gets or sets the currently active domain.  | |
| 
                   
                      | 
                   Gets or sets a hash value to identify identical Command sets.  | |
| 
                   
                      | 
                   Gets or sets the type of the request that is currently being executed.  | |
| 
                   
                      | 
                   Gets or sets the Session of the currently active user.  | |
| 
                   
                      | 
                   Gets or sets an identifier for subscriptions.  | 
Methods
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Releases all resources used by the Context  | |
| 
                   
                      | 
                   Releases the unmanaged resources used by the Context and optionally releases the managed resources  | |
| 
                   
                      | 
                   Indicates whether the current Context is equal to another Context.  | |
| 
                   
                      | 
                   Determines whether the specified object is equal to the current object. (Inherited from Object.)  | |
| 
                   
                      | 
                   (Overrides Object.Finalize..)  | |
| 
                   
                      | 
                   Serves as the default hash function. (Inherited from Object.)  | |
| 
                   
                      | 
                   Gets the Type of the current instance. (Inherited from Object.)  | |
| 
                   
                      | 
                   Creates a shallow copy of the current Object. (Inherited from Object.)  | |
| 
                   
                      | 
                   Returns a string that represents the current object. (Inherited from Object.)  | 
Operators
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                     
                      | 
                   Determines whether two instances of the Context class are equal.  | |
| 
                   
                     
                      | 
                   Determines whether two instances of the Context class are not equal.  |