Skip to content

adfe0456 676d d4fe e70f ccda8520e067

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

Publisher.Publish Method

Method responsible for receiving packets of stream and puts them in the packet queue and signal the incoming pack event.

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

Syntax

C#

protected abstract void Publish()

VB

Protected MustOverride Sub Publish

C++

protected:
virtual void Publish() abstract

F#

abstract Publish : unit -> unit 

See Also

Reference

Publisher Class
NETLIB Namespace
Publisher.Start()
Publisher.Stop()
Publisher.packQueue
Publisher.incomingPackEvent
Publisher.isEnabled
Publisher.isAlive

Clone this wiki locally