C# Class Cim.Management.SecsEventSubscription

Inheritance: System.MarshalByRefObject, IDisposable
Show file Open project: mkjeff/secs4net Class Usage Examples

Public Properties

Property Type Description
ClientAddress string
Filter Secs4Net.SecsMessage
Id string
Recoverable bool
ToolId string

Public Methods

Method Description
Dispose ( ) : void
InitializeLifetimeService ( ) : object

Private Methods

Method Description
Handle ( SecsMessage msg ) : void
SecsEventSubscription ( string toolId, SecsMessage filter, bool recoverable, Action callback ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

Property Details

ClientAddress public property

public string ClientAddress
return string

Filter public property

public SecsMessage,Secs4Net Filter
return Secs4Net.SecsMessage

Id public property

public string Id
return string

Recoverable public property

public bool Recoverable
return bool

ToolId public property

public string ToolId
return string