C# Class GSF.TimeSeries.Transport.DataSubscriber.SubscribedDevice

Inheritance: IDevice, IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all the resources used by the SubscribedDevice object.

Equals ( object obj ) : bool
GetHashCode ( ) : int
SubscribedDevice ( string name ) : System

Private Methods

Méthode Description
Unregister ( ) : void

Method Details

Dispose() public méthode

Releases all the resources used by the SubscribedDevice object.
public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SubscribedDevice() public méthode

public SubscribedDevice ( string name ) : System
name string
Résultat System