| 
            
              MongoInputAdapterGetShortStatus Method
             | 
          
        
        
            Returns a short message describing the current status of the adapter.
            
        
        Namespace: MongoAdaptersAssembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.258-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
 - The maximum length of the status message.
 
Return Value
StringThe short status message.
Implements
IAdapterGetShortStatus(Int32)
See Also