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

Inheritance: IDevice, IDisposable
显示文件 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Dispose ( ) : void

Releases all the resources used by the SubscribedDevice object.

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

Private Methods

Method Description
Unregister ( ) : void

Method Details

Dispose() public method

Releases all the resources used by the SubscribedDevice object.
public Dispose ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SubscribedDevice() public method

public SubscribedDevice ( string name ) : System
name string
return System