Bend.Repl.MyReplConnection.getEstimatedRemainingLogData C# (CSharp) Метод

getEstimatedRemainingLogData() публичный Метод

public getEstimatedRemainingLogData ( string server_guid, RecordKeyType log_start_key ) : int
server_guid string
log_start_key RecordKeyType
Результат int
        public int getEstimatedRemainingLogData(string server_guid, RecordKeyType log_start_key)
        {
            return hndl.getEstimatedRemainingLogData(server_guid, log_start_key);
        }