LogRecord

操作

LogRecordデータ型はエラー記録を格納します。

フィールド

名前 記述
Type int エラー記録の型。可能な値:LogRecordTypeをご覧ください。
SessionId int アプリケーションサーバーへの接続のID
MachineId string ワークステーションのID
RoleId RoleType[] ユーザーのロールのID。
TaskId int タスクのID
ProjectId int プロジェクトのID
BatchId int バッチのID
DocumentId int 文書のID
PageId int ページのID
Comment string イベントの概略
Details string イベントの完全な記述
Time long

ワークステーションで方法が呼び出された日時。

値を変換するには、以下の方法を使用します (C#):

DateTime dtTime;
long lTime;
...
// DateTimeからlongへの変換
dTime = DateTime.FromFileTime(lTime);
...
//longからDateTimeへの変換
lTime = dTime.ToFileTime();

25.05.2023 7:55:10

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.