|   | AdapterBaseGetShortStatus Method | 
        
        
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic abstract string GetShortStatus(
	int maxLength
)
Public MustOverride Function GetShortStatus ( 
	maxLength As Integer
) As String
public:
virtual String^ GetShortStatus(
	int maxLength
) abstract
abstract GetShortStatus : 
        maxLength : int -> string function GetShortStatus(maxLength);
Parameters
- maxLength  Int32
- Maximum number of available characters for display.
Return Value
StringA short one-line summary of the current status of this 
AdapterBase.
Implements
IAdapterGetShortStatus(Int32) See Also
See Also