Click or drag to resize

IOpenable Interface

Defines a contract implemented by classes which can be opened and closed

Namespace:  Sportradar.OddsFeed.SDK.Common
Assembly:  Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.42.0.0 (1.42.0.0)
Syntax
C#
public interface IOpenable

The IOpenable type exposes the following members.

Properties
  NameDescription
Public propertyIsOpened
Gets a value indicating whether the current instance is opened
Top
Methods
  NameDescription
Public methodClose
Closes the current instance
Public methodOpen
Opens the current instance
Top
See Also