|
IndependentActionAdapterManagerBaseTAdapterGetShortStatus Method
|
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic override string GetShortStatus(
int maxLength
)
Public Overrides Function GetShortStatus (
maxLength As Integer
) As String
public:
virtual String^ GetShortStatus(
int maxLength
) override
abstract GetShortStatus :
maxLength : int -> string
override GetShortStatus :
maxLength : int -> string
function GetShortStatus(maxLength);
View SourceParameters
- maxLength Int32
- Maximum number of available characters for display.
Return Value
StringA short one-line summary of the current status of the
IndependentActionAdapterManagerBaseTAdapter.
Implements
IAdapterGetShortStatus(Int32)IAdapterGetShortStatus(Int32)
See Also