C# Class GSF.Threading.ThreadContainerBase.CallbackArgs

Show file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Properties

Property Type Description
ShouldDispose bool
StartDisposalCallSuccessful bool

Public Methods

Method Description
Clear ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Property Details

ShouldDispose public property

public bool ShouldDispose
return bool

StartDisposalCallSuccessful public property

Gets if StartDisposal() method is the only item that triggered this run.
public bool StartDisposalCallSuccessful
return bool