C# Class SignalR.EventAggregatorProxy.Client.Bootstrap.Factories.HubProxyFactory

Inheritance: IHubProxyFactory
Mostra file Open project: AndersMalmgren/SignalR.EventAggregatorProxy

Public Methods

Method Description
Create ( string hubUrl, Action configureConnection, Action onStarted, System.Action reconnected, Action faulted, System.Action connected ) : IHubProxy

Method Details

Create() public method

public Create ( string hubUrl, Action configureConnection, Action onStarted, System.Action reconnected, Action faulted, System.Action connected ) : IHubProxy
hubUrl string
configureConnection Action
onStarted Action
reconnected System.Action
faulted Action
connected System.Action
return IHubProxy