Skip to content

b9e3e714 6998 0234 c5f5 21e31e434f04

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

Consumer(TPack).IsEnabled Property

Boolean indicating when the consumption of packages is active.

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

Syntax

C#

public bool IsEnabled { get; }

VB

Public ReadOnly Property IsEnabled As Boolean
	Get

C++

public:
property bool IsEnabled {
	bool get ();
}

F#

member IsEnabled : bool with get

Property Value

Type: Boolean

See Also

Reference

Consumer(TPack) Class
NETLIB Namespace
Consumer.isEnabled
Consumer.Consume()
Consumer(TPack).Start()
Consumer(TPack).StartConsume()
Consumer(TPack).Dispose()
Consumer(TPack).EndConsume()
Consumer(TPack).EndPublishConsume()
Consumer(TPack).CloseConnection()

Clone this wiki locally