ObservableConnection<T> Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.ObservableConnection<T>
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class ObservableConnection(Of T) _
Implements IObservable(Of T)
'Usage
Dim instance As ObservableConnection(Of T)
public class ObservableConnection<T> : IObservable<T>
generic<typename T>
public ref class ObservableConnection : IObservable<T>
type ObservableConnection<'T> =
class
interface IObservable<'T>
end
JScript does not support generic types and methods.
Type Parameters
- T
The ObservableConnection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ObservableConnection<T> |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Subscribe | ||
ToString | (Inherited from Object.) |
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.