| 
            
              IAdapterGetShortStatus Method
             | 
          
        
        
            Gets a short one-line adapter status.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxstring GetShortStatus(
	int maxLength
)
Function GetShortStatus ( 
	maxLength As Integer
) As String
String^ GetShortStatus(
	int maxLength
)
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 adapter status.
See Also