Click or drag to resize

ConnectionProviderDelegatesConnectionDelegate Class

[Missing <summary> documentation for "T:Sportradar.SDK.Common.Interfaces.ConnectionProviderDelegates.ConnectionDelegate"]

Inheritance Hierarchy
SystemObject
  SystemDelegate
    SystemMulticastDelegate
      Sportradar.SDK.Common.InterfacesConnectionProviderDelegatesConnectionDelegate

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public sealed class ConnectionDelegate : MulticastDelegate

The ConnectionProviderDelegatesConnectionDelegate type exposes the following members.

Constructors
 NameDescription
Public methodConnectionProviderDelegatesConnectionDelegateInitializes a new instance of the ConnectionProviderDelegatesConnectionDelegate class
Top
Properties
 NameDescription
Public propertyMethodGets the method represented by the delegate.
(Inherited from Delegate)
Public propertyTargetGets the class instance on which the current delegate invokes the instance method.
(Inherited from Delegate)
Top
Methods
 NameDescription
Public methodBeginInvoke 
Public methodCloneCreates a shallow copy of the delegate.
(Inherited from Delegate)
Public methodDynamicInvokeDynamically invokes (late-bound) the method represented by the current delegate.
(Inherited from Delegate)
Public methodEndInvoke 
Public methodEqualsDetermines whether this multicast delegate and the specified object are equal.
(Inherited from MulticastDelegate)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from MulticastDelegate)
Public methodGetInvocationListReturns the invocation list of this multicast delegate, in invocation order.
(Inherited from MulticastDelegate)
Public methodGetObjectDataPopulates a SerializationInfo object with all the data needed to serialize this instance.
(Inherited from MulticastDelegate)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInvoke 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also