TicketInfo

操作

TicketInfoデータ型はバッチ型に関する情報を格納します。

フィールド

名前 記述
ticketId int チケットのID
LicenseNumber string ライセンス番号
StationType int

ステーションの型。可能な値については、WorkstationTypeをご覧ください。

注:WT_RemoteDataVerification および WT_RemoteVerification の代わりに WT_Verification と WT_Validation の値を使用します。

ExpirationDate long

ライセンスが期限切れになる日時。

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

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

ExpirationPeriod long

ライセンス期間 (ライセンスが有効になった日より開始)。

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

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

AvailableModules unsigned int ライセンスに使用可能なモジュール
IssuedForSessionId int チケットが作成されたセッションの識別子。
CustomFeature LicenseCustomFeature[] カスタムライセンスパラメータ
Signature string チケットの署名

12.04.2024 18:16:06

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.