Skip to content

937bd92b 32ae bff3 154c a6ed144e3644

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

Publisher.incomingPackEvent Field

Event signaling that a packet arrived.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected AutoResetEvent incomingPackEvent

VB

Protected incomingPackEvent As AutoResetEvent

C++

protected:
AutoResetEvent^ incomingPackEvent

F#

val mutable incomingPackEvent: AutoResetEvent

Field Value

Type: AutoResetEvent

See Also

Reference

Publisher Class
NETLIB Namespace
Publisher.Publish()
NETLIB.Consumer(TPack)
Consumer.Consume()

Clone this wiki locally