TP1ServerLimits

TP1ServerLimitsの概要

名前空間

Hitachi.OpenTP1.Server

継承関係

System.Object
 +- Hitachi.OpenTP1.Server.TP1ServerLimits

説明

OpenTP1で使用する長さの制限などを定義します。

フィールドの一覧

名称説明
DCRPC_MAX_MESSAGE_SIZERPCの送受信メッセージの最大長です。

フィールドの詳細

DCRPC_MAX_MESSAGE_SIZE

説明
RPCの送受信メッセージの最大長です。
宣言
【C#の場合】

public const long DCRPC_MAX_MESSAGE_SIZE

【Visual Basicの場合】

Public Const DCRPC_MAX_MESSAGE_SIZE As Long

【J#の場合】

public static final long DCRPC_MAX_MESSAGE_SIZE