初期値指定コンストラクタ

Namespace: FVIL.Net
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public TcpServerEventArgs(
	DateTime timestamp,
	TcpClientThread client
)
Visual Basic
Public Sub New ( 
	timestamp As DateTime,
	client As TcpClientThread
)

Parameters

timestamp
Type: System..::..DateTime
タイムスタンプ
client
Type: FVIL.Net..::..TcpClientThread
送受信スレッド

See Also