C# Class Taps.TaskMgrClient

Mostrar archivo Open project: tnwinc/TAP.Net Class Usage Examples

Public Properties

Property Type Description
TapWasUpdated bool

Public Methods

Method Description
ErrorReceived ( string s, bool force ) : void
OutputReceived ( string s, bool force ) : void

Method Details

ErrorReceived() public abstract method

public abstract ErrorReceived ( string s, bool force ) : void
s string
force bool
return void

OutputReceived() public abstract method

public abstract OutputReceived ( string s, bool force ) : void
s string
force bool
return void

Property Details

TapWasUpdated public_oe property

public bool TapWasUpdated
return bool