Skip to content

4368bbca 76de d86e 4d7f da827f1a3ac1

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

IOBasePackHandler Constructor

Initializes the handler with a publisher who will publish the packages and a protocol that will be used initially by this connection.

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

Syntax

C#

public IOBasePackHandler(
	Publisher publisher,
	Protocol<BasePack> inicialProtocol
)

VB

Public Sub New ( 
	publisher As Publisher,
	inicialProtocol As Protocol(Of BasePack)
)

C++

public:
IOBasePackHandler(
	Publisher^ publisher, 
	Protocol<BasePack^>^ inicialProtocol
)

F#

new : 
        publisher : Publisher * 
        inicialProtocol : Protocol<BasePack> -> IOBasePackHandler

Parameters

 

publisher
Type: NETLIB.Publisher
Publisher who will publish the packages to be managed.
inicialProtocol
Type: NETLIB.Protocol(BasePack)
Initial Protocol(TPack) to be used by this connection.

See Also

Reference

IOBasePackHandler Class
NETLIB Namespace
NETLIB.IOPackHandler(TPack)
NETLIB.Consumer(TPack)
NETLIB.BasePack
NETLIB.Protocol(TPack)

Clone this wiki locally