C# 클래스 SignalR.EventAggregatorProxy.Client.Bootstrap.Factories.HubProxyFactory

상속: IHubProxyFactory
파일 보기 프로젝트 열기: AndersMalmgren/SignalR.EventAggregatorProxy

공개 메소드들

메소드 설명
Create ( string hubUrl, Action configureConnection, Action onStarted, System.Action reconnected, Action faulted, System.Action connected ) : IHubProxy

메소드 상세

Create() 공개 메소드

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
리턴 IHubProxy