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 | |
---|---|---|
AsObservable(Connection) | ||
AsObservable<T>(Connection) | ||
AsObservable<T>(Connection, Func<String, T>) | ||
EnsureReconnecting | ||
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.