待機 (スレッドがデータ受信を完了するまで待機する)

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

Syntax

C#
public virtual UdpClientEventArgs Wait(
	int timeout
)
Visual Basic
Public Overridable Function Wait ( 
	timeout As Integer
) As UdpClientEventArgs

Parameters

timeout
Type: System..::..Int32
タイムアウト(msec) [-1:無限]

Return Value

Type: UdpClientEventArgs
通知イベントを検知した場合は イベント引数 を返します。 タイムアウトした場合は null を返します。

See Also