Table of Contents

Method Start

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Start()

Starts the tracker. Returns true if started successfully; otherwise, false.

public bool Start()

Returns

bool

true if started; false if already started.

Exceptions

InvalidOperationException

Thrown if the tracker is already started and debug is attached.