Added state field for the SignalR object

This commit is contained in:
Andrey Kurdyumov
2014-08-21 18:02:22 +06:00
parent 8eacc4ca14
commit 777cfd5f30
+1
View File
@@ -37,6 +37,7 @@ interface SignalR {
messageId: string;
url: string;
qs: any;
state: number;
(url: string, queryString?: any, logging?: boolean): SignalR;
hubConnection(url?: string): SignalR;