ConnectionExtensions Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Client.ConnectionExtensions

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ConnectionExtensions
'Usage
public static class ConnectionExtensions
[ExtensionAttribute]
public ref class ConnectionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ConnectionExtensions =  class end
public final class ConnectionExtensions

The ConnectionExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member AsObservable(Connection)
Public methodStatic member AsObservable<T>(Connection)
Public methodStatic member AsObservable<T>(Connection, Func<String, T>)
Public methodStatic member EnsureReconnecting
Public methodStatic member GetValue<T>

Top

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

Reference

Microsoft.AspNet.SignalR.Client Namespace