Click or drag to resize

ServiceClientBase Class

Represents a client that can remotely access the time-series framework service host.
Inheritance Hierarchy
SystemObject
  GSF.TimeSeriesServiceClientBase

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public class ServiceClientBase : IDisposable
View Source

The ServiceClientBase type exposes the following members.

Constructors
 NameDescription
Public methodServiceClientBase Creates a new instance of the ServiceClientBase class.
Top
Methods
 NameDescription
Protected methodClientHelper_ReceivedServiceResponse Client helper service response reception handler.
Protected methodClientHelper_ReceivedServiceUpdate Client helper service update reception handler.
Protected methodClientHelper_TelnetSessionEstablished Client helper telnet session established handler.
Protected methodClientHelper_TelnetSessionTerminated Client helper telnet session terminated handler.
Public methodDispose Releases all the resources used by the ServiceClientBase object.
Protected methodDispose(Boolean) Releases the unmanaged resources used by the ServiceClientBase object and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases the unmanaged resources before the ServiceClientBase object is reclaimed by GC.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Initializes the remoting client, client helper, and error logger.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStart Handles service start event.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also