Click or drag to resize

getGendersCompletedEventArgs Class

[Missing <summary> documentation for "T:Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator.getGendersCompletedEventArgs"]

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelAsyncCompletedEventArgs
      Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreatorgetGendersCompletedEventArgs

Namespace: Sportradar.SDK.ProtocolProviders.ProtocolUnits.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public class getGendersCompletedEventArgs : AsyncCompletedEventArgs

The getGendersCompletedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancelledGets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs)
Public propertyErrorGets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs)
Public propertyResult 
Public propertyUserStateGets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs)
Top
Methods
 NameDescription
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also