Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.LastSyncError

TElSimpleSFTPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the error code of the last operation.

Declaration

[C#]
    int LastSyncError;

[VB.NET]
    Property LastSyncError As Integer

[Pascal]
    property LastSyncError : integer;

[C++]
    int32_t get_LastSyncError();

[PHP]
    integer get_LastSyncError()

[Java]
    int getLastSyncError();

Values:

Description

    This property contains the error code of the last synchronous (blocking) operation performed by the component.

See also:     LastSyncComment    

Discuss this help topic in SecureBlackbox Forum