Click or drag to resize

IStartable Interface

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

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public interface IStartable

The IStartable type exposes the following members.

Methods
 NameDescription
Public methodStart Start component.
Public methodStop Stop / shutdown component.
Top
See Also