|
CsvImportAdapterGetShortStatus Method
|
Gets a short one-line status of this AdapterBase.
Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.207-beta
Syntax public 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
-
Return Value
StringImplements
IAdapterGetShortStatus(Int32)See Also