Share via


SignalRExtensionConfig Class

 

The SignalRExtensionConfig class provides configuration specific to SignalR.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.SignalRExtensionConfig

Syntax

public class SignalRExtensionConfig : IExtensionConfigProvider
public ref class SignalRExtensionConfig : IExtensionConfigProvider
type SignalRExtensionConfig = 
    class
        interface IExtensionConfigProvider
    end
Public Class SignalRExtensionConfig
    Implements IExtensionConfigProvider

Constructors

Name Description
System_CAPS_pubmethod SignalRExtensionConfig()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Initialize()

Ensure that ASP.NET SignalR is loaded and initialized at startup.

System_CAPS_pubmethod Initialize(HttpConfiguration, ContainerBuilder)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top