Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilderBase
Defines the fluent interface for configuring the Transport options.
Methods
ParameterMap(System.Func<System.Object,System.Object>)
Sets the parameterMap function.
ParameterMap(System.String)
Sets the parameterMap function.
Parameters
handler System.String
JavaScript function name
Hub(System.Func<System.Object,System.Object>)
The SignalR hub object returned by the createHubProxy method. The hub option is mandatory
Hub(System.String)
The SignalR hub object returned by the createHubProxy method. The hub option is mandatory
Parameters
handler System.String
JavaScript function name
Promise(System.Func<System.Object,System.Object>)
The promise returned by the start method of the SignalR connection. The promise option is mandatory.
Promise(System.String)
The promise returned by the start method of the SignalR connection. The promise option is mandatory.
Parameters
handler System.String
JavaScript function name