Click or drag to resize

IOpenable Interface

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

Namespace: Sportradar.MTS.SDK.Common
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

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