HubProxyExtensions.On Method

Include Protected Members
Include Inherited Members

.NET Framework 4.5

Registers for an event with the specified name and callback.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member On(IHubProxy, String, Action) Registers for an event with the specified name and callback.
Public methodStatic member On(IHubProxy, String, Action<Object>) Registers for an event with the specified name and callback.
Public methodStatic member On<T>(IHubProxy, String, Action<T>) Registers for an event with the specified name and callback.
Public methodStatic member On<T1, T2>(IHubProxy, String, Action<T1, T2>) Registers for an event with the specified name and callback.
Public methodStatic member On<T1, T2, T3>(IHubProxy, String, Action<T1, T2, T3>) Registers for an event with the specified name and callback.
Public methodStatic member On<T1, T2, T3, T4>(IHubProxy, String, Action<T1, T2, T3, T4>) Registers for an event with the specified name and callback.
Public methodStatic member On<T1, T2, T3, T4, T5>(IHubProxy, String, Action<T1, T2, T3, T4, T5>) Registers for an event with the specified name and callback.
Public methodStatic member On<T1, T2, T3, T4, T5, T6>(IHubProxy, String, Action<T1, T2, T3, T4, T5, T6>) Registers for an event with the specified name and callback.
Public methodStatic member On<T1, T2, T3, T4, T5, T6, T7>(IHubProxy, String, Action<T1, T2, T3, T4, T5, T6, T7>) Registers for an event with the specified name and callback.

Top

See Also

Reference

HubProxyExtensions Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace