Click or drag to resize

GHAConnectionManager Class

Entry point for the GHA REST Web service. Instantiate this class with the server, username, and password for the remote GHA server to intialize the API
Inheritance Hierarchy
SystemObject
  RemoteRESTLibGHAConnectionManager

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public class GHAConnectionManager

The GHAConnectionManager type exposes the following members.

Constructors
  NameDescription
Public methodGHAConnectionManager
Creates a new instance of the REST GHA Connection Manager
Top
Properties
  NameDescription
Public propertyStatic memberSubscriptions
Access the subscription database. Do not modify, provided for debugging purposes
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRootAsync
Returns the Root object of the GHA Hierarchy async method
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnNoNetwork
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventNoNetwork
Raised when a network connection is unavailable
Top
See Also