Click or drag to resize

Sdk Methods

The Sdk type exposes the following members.

Methods
 NameDescription
Public methodDispose Releases unmanaged resources held by an instance of this class.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Initialize the SDK. Default section name is used from the app.config. DEFAULT_SECTION_NAME
Public methodCode exampleInitialize(IConfigFactory, IDeadLetterQueue) Initialize the SDK.
Public methodInitialize(String, IDeadLetterQueue) Initialize the SDK.
Public methodStart Starts the SDK instance but does not start the configured feed providers (e.g. LiveScout or LiveOdds). SDK message dispatcher pump will start delivering messages after this.
Remarks
Feed providers should be started explicitly after SDK singleton is started.
Public methodStop Stops the SDK. Stops the message pump and all feeds.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also