C# Class Cim.Management.SecsEventSubscription

Inheritance: System.MarshalByRefObject, IDisposable
显示文件 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_oe property

public string ClientAddress
return string

Filter public_oe property

public SecsMessage,Secs4Net Filter
return Secs4Net.SecsMessage

Id public_oe property

public string Id
return string

Recoverable public_oe property

public bool Recoverable
return bool

ToolId public_oe property

public string ToolId
return string