Skip to content

59360776 ab04 8e90 c397 fa731d274403

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

Consumer(TPack).OnReceivedPackCall Method

Calls ReceivedPack for treatment and consumption of a incoming package.

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

Syntax

C#

protected virtual void OnReceivedPackCall(
	TPack pack
)

VB

Protected Overridable Sub OnReceivedPackCall ( 
	pack As TPack
)

C++

protected:
virtual void OnReceivedPackCall(
	TPack pack
)

F#

abstract OnReceivedPackCall : 
        pack : 'TPack -> unit 
override OnReceivedPackCall : 
        pack : 'TPack -> unit 

Parameters

 

pack
Type: TPack
Arrived pack to be consumed.

See Also

Reference

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

Clone this wiki locally