Table of Contents

Interface IStartable

Namespace
Sportradar.LiveData.Sdk.Common.Interfaces
Assembly
Sportradar.LiveData.Sdk.dll

Interface specifying that a component is startable, i.e. should first be started before any other call are made and stopped at the end.

public interface IStartable

Methods

Start()

Start component.

void Start()

Remarks

The component should be initialized first.

Stop()

Stop / shutdown component.

void Stop()