зеркало из https://github.com/dotnet/JavaApiDocs.git
CI Update
This commit is contained in:
Родитель
5d2b01e1cf
Коммит
abda6d3297
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action
|
||||
id: _action
|
||||
- uid: com.microsoft.signalr.Action
|
||||
id: Action
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action.invoke()
|
||||
href: com.microsoft.signalr._action.yml
|
||||
- com.microsoft.signalr.Action.invoke()
|
||||
href: com.microsoft.signalr.Action.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action
|
||||
|
@ -23,16 +23,16 @@ items:
|
|||
summary: "<p>A callback that takes no parameters. </p>"
|
||||
syntax:
|
||||
content: public interface Action
|
||||
- uid: com.microsoft.signalr._action.invoke()
|
||||
- uid: com.microsoft.signalr.Action.invoke()
|
||||
id: invoke()
|
||||
parent: com.microsoft.signalr._action
|
||||
href: com.microsoft.signalr._action.yml
|
||||
parent: com.microsoft.signalr.Action
|
||||
href: com.microsoft.signalr.Action.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke()
|
||||
nameWithType: Action.invoke()
|
||||
fullName: com.microsoft.signalr.Action.invoke()
|
||||
overload: com.microsoft.signalr._action.invoke*
|
||||
overload: com.microsoft.signalr.Action.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -42,7 +42,7 @@ items:
|
|||
syntax:
|
||||
content: public void invoke()
|
||||
references:
|
||||
- uid: com.microsoft.signalr._action.invoke*
|
||||
- uid: com.microsoft.signalr.Action.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action.invoke
|
||||
fullName: com.microsoft.signalr.Action.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action1
|
||||
id: _action1
|
||||
- uid: com.microsoft.signalr.Action1
|
||||
id: Action1
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action1.invoke(T1)
|
||||
href: com.microsoft.signalr._action1.yml
|
||||
- com.microsoft.signalr.Action1.invoke(T1)
|
||||
href: com.microsoft.signalr.Action1.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action1<T1>
|
||||
|
@ -27,16 +27,16 @@ items:
|
|||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action1.invoke(T1)
|
||||
- uid: com.microsoft.signalr.Action1.invoke(T1)
|
||||
id: invoke(T1)
|
||||
parent: com.microsoft.signalr._action1
|
||||
href: com.microsoft.signalr._action1.yml
|
||||
parent: com.microsoft.signalr.Action1
|
||||
href: com.microsoft.signalr.Action1.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1)
|
||||
nameWithType: Action1<T1>.invoke(T1 param1)
|
||||
fullName: com.microsoft.signalr.Action1<T1>.invoke(T1 param1)
|
||||
overload: com.microsoft.signalr._action1.invoke*
|
||||
overload: com.microsoft.signalr.Action1.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -53,7 +53,7 @@ references:
|
|||
spec.java:
|
||||
- name: T1
|
||||
fullName: T1
|
||||
- uid: com.microsoft.signalr._action1.invoke*
|
||||
- uid: com.microsoft.signalr.Action1.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action1<T1>.invoke
|
||||
fullName: com.microsoft.signalr.Action1<T1>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action2
|
||||
id: _action2
|
||||
- uid: com.microsoft.signalr.Action2
|
||||
id: Action2
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action2.invoke(T1,T2)
|
||||
href: com.microsoft.signalr._action2.yml
|
||||
- com.microsoft.signalr.Action2.invoke(T1,T2)
|
||||
href: com.microsoft.signalr.Action2.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action2<T1,T2>
|
||||
|
@ -30,16 +30,16 @@ items:
|
|||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action2.invoke(T1,T2)
|
||||
- uid: com.microsoft.signalr.Action2.invoke(T1,T2)
|
||||
id: invoke(T1,T2)
|
||||
parent: com.microsoft.signalr._action2
|
||||
href: com.microsoft.signalr._action2.yml
|
||||
parent: com.microsoft.signalr.Action2
|
||||
href: com.microsoft.signalr.Action2.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2)
|
||||
nameWithType: Action2<T1,T2>.invoke(T1 param1, T2 param2)
|
||||
fullName: com.microsoft.signalr.Action2<T1, T2>.invoke(T1 param1, T2 param2)
|
||||
overload: com.microsoft.signalr._action2.invoke*
|
||||
overload: com.microsoft.signalr.Action2.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -62,7 +62,7 @@ references:
|
|||
spec.java:
|
||||
- name: T2
|
||||
fullName: T2
|
||||
- uid: com.microsoft.signalr._action2.invoke*
|
||||
- uid: com.microsoft.signalr.Action2.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action2<T1,T2>.invoke
|
||||
fullName: com.microsoft.signalr.Action2<T1, T2>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action3
|
||||
id: _action3
|
||||
- uid: com.microsoft.signalr.Action3
|
||||
id: Action3
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action3.invoke(T1,T2,T3)
|
||||
href: com.microsoft.signalr._action3.yml
|
||||
- com.microsoft.signalr.Action3.invoke(T1,T2,T3)
|
||||
href: com.microsoft.signalr.Action3.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action3<T1,T2,T3>
|
||||
|
@ -33,16 +33,16 @@ items:
|
|||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action3.invoke(T1,T2,T3)
|
||||
- uid: com.microsoft.signalr.Action3.invoke(T1,T2,T3)
|
||||
id: invoke(T1,T2,T3)
|
||||
parent: com.microsoft.signalr._action3
|
||||
href: com.microsoft.signalr._action3.yml
|
||||
parent: com.microsoft.signalr.Action3
|
||||
href: com.microsoft.signalr.Action3.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2, T3 param3)
|
||||
nameWithType: Action3<T1,T2,T3>.invoke(T1 param1, T2 param2, T3 param3)
|
||||
fullName: com.microsoft.signalr.Action3<T1, T2, T3>.invoke(T1 param1, T2 param2, T3 param3)
|
||||
overload: com.microsoft.signalr._action3.invoke*
|
||||
overload: com.microsoft.signalr.Action3.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -71,7 +71,7 @@ references:
|
|||
spec.java:
|
||||
- name: T3
|
||||
fullName: T3
|
||||
- uid: com.microsoft.signalr._action3.invoke*
|
||||
- uid: com.microsoft.signalr.Action3.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action3<T1,T2,T3>.invoke
|
||||
fullName: com.microsoft.signalr.Action3<T1, T2, T3>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action4
|
||||
id: _action4
|
||||
- uid: com.microsoft.signalr.Action4
|
||||
id: Action4
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action4.invoke(T1,T2,T3,T4)
|
||||
href: com.microsoft.signalr._action4.yml
|
||||
- com.microsoft.signalr.Action4.invoke(T1,T2,T3,T4)
|
||||
href: com.microsoft.signalr.Action4.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action4<T1,T2,T3,T4>
|
||||
|
@ -36,16 +36,16 @@ items:
|
|||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action4.invoke(T1,T2,T3,T4)
|
||||
- uid: com.microsoft.signalr.Action4.invoke(T1,T2,T3,T4)
|
||||
id: invoke(T1,T2,T3,T4)
|
||||
parent: com.microsoft.signalr._action4
|
||||
href: com.microsoft.signalr._action4.yml
|
||||
parent: com.microsoft.signalr.Action4
|
||||
href: com.microsoft.signalr.Action4.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2, T3 param3, T4 param4)
|
||||
nameWithType: Action4<T1,T2,T3,T4>.invoke(T1 param1, T2 param2, T3 param3, T4 param4)
|
||||
fullName: com.microsoft.signalr.Action4<T1, T2, T3, T4>.invoke(T1 param1, T2 param2, T3 param3, T4 param4)
|
||||
overload: com.microsoft.signalr._action4.invoke*
|
||||
overload: com.microsoft.signalr.Action4.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -80,7 +80,7 @@ references:
|
|||
spec.java:
|
||||
- name: T4
|
||||
fullName: T4
|
||||
- uid: com.microsoft.signalr._action4.invoke*
|
||||
- uid: com.microsoft.signalr.Action4.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action4<T1,T2,T3,T4>.invoke
|
||||
fullName: com.microsoft.signalr.Action4<T1, T2, T3, T4>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action5
|
||||
id: _action5
|
||||
- uid: com.microsoft.signalr.Action5
|
||||
id: Action5
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action5.invoke(T1,T2,T3,T4,T5)
|
||||
href: com.microsoft.signalr._action5.yml
|
||||
- com.microsoft.signalr.Action5.invoke(T1,T2,T3,T4,T5)
|
||||
href: com.microsoft.signalr.Action5.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action5<T1,T2,T3,T4,T5>
|
||||
|
@ -39,16 +39,16 @@ items:
|
|||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action5.invoke(T1,T2,T3,T4,T5)
|
||||
- uid: com.microsoft.signalr.Action5.invoke(T1,T2,T3,T4,T5)
|
||||
id: invoke(T1,T2,T3,T4,T5)
|
||||
parent: com.microsoft.signalr._action5
|
||||
href: com.microsoft.signalr._action5.yml
|
||||
parent: com.microsoft.signalr.Action5
|
||||
href: com.microsoft.signalr.Action5.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5)
|
||||
nameWithType: Action5<T1,T2,T3,T4,T5>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5)
|
||||
fullName: com.microsoft.signalr.Action5<T1, T2, T3, T4, T5>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5)
|
||||
overload: com.microsoft.signalr._action5.invoke*
|
||||
overload: com.microsoft.signalr.Action5.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -89,7 +89,7 @@ references:
|
|||
spec.java:
|
||||
- name: T5
|
||||
fullName: T5
|
||||
- uid: com.microsoft.signalr._action5.invoke*
|
||||
- uid: com.microsoft.signalr.Action5.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action5<T1,T2,T3,T4,T5>.invoke
|
||||
fullName: com.microsoft.signalr.Action5<T1, T2, T3, T4, T5>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action6
|
||||
id: _action6
|
||||
- uid: com.microsoft.signalr.Action6
|
||||
id: Action6
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action6.invoke(T1,T2,T3,T4,T5,T6)
|
||||
href: com.microsoft.signalr._action6.yml
|
||||
- com.microsoft.signalr.Action6.invoke(T1,T2,T3,T4,T5,T6)
|
||||
href: com.microsoft.signalr.Action6.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action6<T1,T2,T3,T4,T5,T6>
|
||||
|
@ -42,16 +42,16 @@ items:
|
|||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action6.invoke(T1,T2,T3,T4,T5,T6)
|
||||
- uid: com.microsoft.signalr.Action6.invoke(T1,T2,T3,T4,T5,T6)
|
||||
id: invoke(T1,T2,T3,T4,T5,T6)
|
||||
parent: com.microsoft.signalr._action6
|
||||
href: com.microsoft.signalr._action6.yml
|
||||
parent: com.microsoft.signalr.Action6
|
||||
href: com.microsoft.signalr.Action6.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6)
|
||||
nameWithType: Action6<T1,T2,T3,T4,T5,T6>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6)
|
||||
fullName: com.microsoft.signalr.Action6<T1, T2, T3, T4, T5, T6>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6)
|
||||
overload: com.microsoft.signalr._action6.invoke*
|
||||
overload: com.microsoft.signalr.Action6.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -98,7 +98,7 @@ references:
|
|||
spec.java:
|
||||
- name: T6
|
||||
fullName: T6
|
||||
- uid: com.microsoft.signalr._action6.invoke*
|
||||
- uid: com.microsoft.signalr.Action6.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action6<T1,T2,T3,T4,T5,T6>.invoke
|
||||
fullName: com.microsoft.signalr.Action6<T1, T2, T3, T4, T5, T6>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action7
|
||||
id: _action7
|
||||
- uid: com.microsoft.signalr.Action7
|
||||
id: Action7
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action7.invoke(T1,T2,T3,T4,T5,T6,T7)
|
||||
href: com.microsoft.signalr._action7.yml
|
||||
- com.microsoft.signalr.Action7.invoke(T1,T2,T3,T4,T5,T6,T7)
|
||||
href: com.microsoft.signalr.Action7.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
|
@ -45,16 +45,16 @@ items:
|
|||
- id: T7
|
||||
type: 308f4ff4
|
||||
description: <p>The type of the seventh parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action7.invoke(T1,T2,T3,T4,T5,T6,T7)
|
||||
- uid: com.microsoft.signalr.Action7.invoke(T1,T2,T3,T4,T5,T6,T7)
|
||||
id: invoke(T1,T2,T3,T4,T5,T6,T7)
|
||||
parent: com.microsoft.signalr._action7
|
||||
href: com.microsoft.signalr._action7.yml
|
||||
parent: com.microsoft.signalr.Action7
|
||||
href: com.microsoft.signalr.Action7.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7)
|
||||
nameWithType: Action7<T1,T2,T3,T4,T5,T6,T7>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7)
|
||||
fullName: com.microsoft.signalr.Action7<T1, T2, T3, T4, T5, T6, T7>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7)
|
||||
overload: com.microsoft.signalr._action7.invoke*
|
||||
overload: com.microsoft.signalr.Action7.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -107,7 +107,7 @@ references:
|
|||
spec.java:
|
||||
- name: T7
|
||||
fullName: T7
|
||||
- uid: com.microsoft.signalr._action7.invoke*
|
||||
- uid: com.microsoft.signalr.Action7.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action7<T1,T2,T3,T4,T5,T6,T7>.invoke
|
||||
fullName: com.microsoft.signalr.Action7<T1, T2, T3, T4, T5, T6, T7>.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action8
|
||||
id: _action8
|
||||
- uid: com.microsoft.signalr.Action8
|
||||
id: Action8
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action8.invoke(T1,T2,T3,T4,T5,T6,T7,T8)
|
||||
href: com.microsoft.signalr._action8.yml
|
||||
- com.microsoft.signalr.Action8.invoke(T1,T2,T3,T4,T5,T6,T7,T8)
|
||||
href: com.microsoft.signalr.Action8.yml
|
||||
langs:
|
||||
- java
|
||||
name: Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
|
@ -48,16 +48,16 @@ items:
|
|||
- id: T8
|
||||
type: 57f41c00
|
||||
description: <p>The type of the eighth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action8.invoke(T1,T2,T3,T4,T5,T6,T7,T8)
|
||||
- uid: com.microsoft.signalr.Action8.invoke(T1,T2,T3,T4,T5,T6,T7,T8)
|
||||
id: invoke(T1,T2,T3,T4,T5,T6,T7,T8)
|
||||
parent: com.microsoft.signalr._action8
|
||||
href: com.microsoft.signalr._action8.yml
|
||||
parent: com.microsoft.signalr.Action8
|
||||
href: com.microsoft.signalr.Action8.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8)
|
||||
nameWithType: Action8<T1,T2,T3,T4,T5,T6,T7,T8>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8)
|
||||
fullName: com.microsoft.signalr.Action8<T1, T2, T3, T4, T5, T6, T7, T8>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8)
|
||||
overload: com.microsoft.signalr._action8.invoke*
|
||||
overload: com.microsoft.signalr.Action8.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -116,7 +116,7 @@ references:
|
|||
spec.java:
|
||||
- name: T8
|
||||
fullName: T8
|
||||
- uid: com.microsoft.signalr._action8.invoke*
|
||||
- uid: com.microsoft.signalr.Action8.invoke*
|
||||
name: invoke
|
||||
nameWithType: Action8<T1,T2,T3,T4,T5,T6,T7,T8>.invoke
|
||||
fullName: com.microsoft.signalr.Action8<T1, T2, T3, T4, T5, T6, T7, T8>.invoke
|
|
@ -1,16 +1,16 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder
|
||||
id: _http_hub_connection_builder
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
id: HttpHubConnectionBuilder
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._http_hub_connection_builder.build()
|
||||
- com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate(boolean)
|
||||
- com.microsoft.signalr._http_hub_connection_builder.withAccessTokenProvider(Single<String>)
|
||||
- com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout(long)
|
||||
- com.microsoft.signalr._http_hub_connection_builder.withHeader(String,String)
|
||||
- com.microsoft.signalr._http_hub_connection_builder.withHeaders(Map<String, String>)
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.build()
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String>)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String,String)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String, String>)
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: HttpHubConnectionBuilder
|
||||
|
@ -25,128 +25,128 @@ items:
|
|||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 13
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
syntax: &o1
|
||||
content: public class HttpHubConnectionBuilder
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.build()
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.build()
|
||||
id: build()
|
||||
parent: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: build()
|
||||
nameWithType: HttpHubConnectionBuilder.build()
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.build()
|
||||
overload: com.microsoft.signalr._http_hub_connection_builder.build*
|
||||
overload: com.microsoft.signalr.HttpHubConnectionBuilder.build*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 113
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Builds a new instance of <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
summary: "<p>Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HubConnection build()
|
||||
return:
|
||||
type: com.microsoft.signalr._hub_connection
|
||||
description: <p>A new instance of <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate(boolean)
|
||||
type: com.microsoft.signalr.HubConnection
|
||||
description: <p>A new instance of <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean)
|
||||
id: shouldSkipNegotiate(boolean)
|
||||
parent: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: shouldSkipNegotiate(boolean skipNegotiate)
|
||||
nameWithType: HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate)
|
||||
overload: com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate*
|
||||
overload: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 55
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Indicates to the <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> that it should skip the negotiate process. Note: This option only works with the Websockets transport and the Azure SignalR Service require the negotiate step.</p>\r\n<p></p>"
|
||||
summary: "<p>Indicates to the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> that it should skip the negotiate process. Note: This option only works with the Websockets transport and the Azure SignalR Service require the negotiate step.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder shouldSkipNegotiate(boolean skipNegotiate)
|
||||
parameters:
|
||||
- id: skipNegotiate
|
||||
type: 4fc6e284
|
||||
description: <p>Boolean indicating if the <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> should skip the negotiate step. </p>
|
||||
description: <p>Boolean indicating if the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref> should skip the negotiate step. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr._http_hub_connection_builder
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withAccessTokenProvider(Single<String>)
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String>)
|
||||
id: withAccessTokenProvider(Single<String>)
|
||||
parent: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
nameWithType: HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
overload: com.microsoft.signalr._http_hub_connection_builder.withAccessTokenProvider*
|
||||
overload: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 66
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Sets the access token provider for the <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
summary: "<p>Sets the access token provider for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
parameters:
|
||||
- id: accessTokenProvider
|
||||
type: 0488a115
|
||||
description: <p>The access token provider to be used by the <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
description: <p>The access token provider to be used by the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr._http_hub_connection_builder
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout(long)
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long)
|
||||
id: withHandshakeResponseTimeout(long)
|
||||
parent: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: withHandshakeResponseTimeout(long timeoutInMilliseconds)
|
||||
nameWithType: HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds)
|
||||
overload: com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout*
|
||||
overload: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 77
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Sets the duration the <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should wait for a Handshake Response from the server.</p>\r\n<p></p>"
|
||||
summary: "<p>Sets the duration the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should wait for a Handshake Response from the server.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withHandshakeResponseTimeout(long timeoutInMilliseconds)
|
||||
parameters:
|
||||
- id: timeoutInMilliseconds
|
||||
type: 0364520f
|
||||
description: <p>The duration (specified in milliseconds) that the <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> should wait for a Handshake Response from the server. </p>
|
||||
description: <p>The duration (specified in milliseconds) that the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref> should wait for a Handshake Response from the server. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr._http_hub_connection_builder
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withHeader(String,String)
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String,String)
|
||||
id: withHeader(String,String)
|
||||
parent: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: withHeader(String name, String value)
|
||||
nameWithType: HttpHubConnectionBuilder.withHeader(String name, String value)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String name, String value)
|
||||
overload: com.microsoft.signalr._http_hub_connection_builder.withHeader*
|
||||
overload: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 100
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Sets a single header for the <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send.</p>\r\n<p></p>"
|
||||
summary: "<p>Sets a single header for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withHeader(String name, String value)
|
||||
parameters:
|
||||
|
@ -157,40 +157,40 @@ items:
|
|||
type: "26831127"
|
||||
description: <p>The value of the header to be set. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr._http_hub_connection_builder
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withHeaders(Map<String, String>)
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String, String>)
|
||||
id: withHeaders(Map<String, String>)
|
||||
parent: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: withHeaders(Map<String, String> headers)
|
||||
nameWithType: HttpHubConnectionBuilder.withHeaders(Map<String, String> headers)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String, String> headers)
|
||||
overload: com.microsoft.signalr._http_hub_connection_builder.withHeaders*
|
||||
overload: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java
|
||||
startLine: 88
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Sets a collection of Headers for the <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send with every Http request.</p>\r\n<p></p>"
|
||||
summary: "<p>Sets a collection of Headers for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send with every Http request.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withHeaders(Map<String, String> headers)
|
||||
parameters:
|
||||
- id: headers
|
||||
type: 689c8cb5
|
||||
description: <p>A Map representing the collection of Headers that the <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> should send. </p>
|
||||
description: <p>A Map representing the collection of Headers that the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref> should send. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr._http_hub_connection_builder
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
references:
|
||||
- uid: 4fc6e284
|
||||
spec.java:
|
||||
- name: boolean
|
||||
fullName: boolean
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate*
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate*
|
||||
name: shouldSkipNegotiate
|
||||
nameWithType: HttpHubConnectionBuilder.shouldSkipNegotiate
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate
|
||||
|
@ -199,7 +199,7 @@ references:
|
|||
spec.java:
|
||||
- name: Single<String>
|
||||
fullName: Single<String>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withAccessTokenProvider*
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider*
|
||||
name: withAccessTokenProvider
|
||||
nameWithType: HttpHubConnectionBuilder.withAccessTokenProvider
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider
|
||||
|
@ -208,7 +208,7 @@ references:
|
|||
spec.java:
|
||||
- name: long
|
||||
fullName: long
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout*
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout*
|
||||
name: withHandshakeResponseTimeout
|
||||
nameWithType: HttpHubConnectionBuilder.withHandshakeResponseTimeout
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout
|
||||
|
@ -217,7 +217,7 @@ references:
|
|||
spec.java:
|
||||
- name: Map<String, String>
|
||||
fullName: Map<String, String>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withHeaders*
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders*
|
||||
name: withHeaders
|
||||
nameWithType: HttpHubConnectionBuilder.withHeaders
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders
|
||||
|
@ -226,32 +226,32 @@ references:
|
|||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.withHeader*
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader*
|
||||
name: withHeader
|
||||
nameWithType: HttpHubConnectionBuilder.withHeader
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader
|
||||
package: com.microsoft.signalr
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder.build*
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.build*
|
||||
name: build
|
||||
nameWithType: HttpHubConnectionBuilder.build
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.build
|
||||
package: com.microsoft.signalr
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
name: HttpHubConnectionBuilder
|
||||
nameWithType: HttpHubConnectionBuilder
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
type: Class
|
||||
summary: <p>A builder for configuring <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> instances. </p>
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
syntax: *o1
|
||||
- uid: com.microsoft.signalr._hub_connection
|
||||
- uid: com.microsoft.signalr.HubConnection
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_connection.yml
|
||||
href: com.microsoft.signalr.HubConnection.yml
|
||||
name: HubConnection
|
||||
nameWithType: HubConnection
|
||||
fullName: com.microsoft.signalr.HubConnection
|
||||
type: Class
|
||||
summary: <p>A connection used to invoke hub methods on a SignalR Server. </p>
|
||||
summary: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,12 +1,12 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._hub_connection_builder
|
||||
id: _hub_connection_builder
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder
|
||||
id: HubConnectionBuilder
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._hub_connection_builder.build()
|
||||
- com.microsoft.signalr._hub_connection_builder.create(String)
|
||||
href: com.microsoft.signalr._hub_connection_builder.yml
|
||||
- com.microsoft.signalr.HubConnectionBuilder.build()
|
||||
- com.microsoft.signalr.HubConnectionBuilder.create(String)
|
||||
href: com.microsoft.signalr.HubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: HubConnectionBuilder
|
||||
|
@ -21,50 +21,50 @@ items:
|
|||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java
|
||||
startLine: 8
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
syntax:
|
||||
content: public class HubConnectionBuilder
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.signalr._hub_connection_builder.build()
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder.build()
|
||||
id: build()
|
||||
parent: com.microsoft.signalr._hub_connection_builder
|
||||
href: com.microsoft.signalr._hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HubConnectionBuilder
|
||||
href: com.microsoft.signalr.HubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: build()
|
||||
nameWithType: HubConnectionBuilder.build()
|
||||
fullName: com.microsoft.signalr.HubConnectionBuilder.build()
|
||||
overload: com.microsoft.signalr._hub_connection_builder.build*
|
||||
overload: com.microsoft.signalr.HubConnectionBuilder.build*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java
|
||||
startLine: 27
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Builds a new instance of <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
summary: "<p>Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public abstract HubConnection build()
|
||||
return:
|
||||
type: 13c86962com.microsoft.signalr._hub_connection
|
||||
description: <p>A new instance of <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
- uid: com.microsoft.signalr._hub_connection_builder.create(String)
|
||||
type: 13c86962com.microsoft.signalr.HubConnection
|
||||
description: <p>A new instance of <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder.create(String)
|
||||
id: create(String)
|
||||
parent: com.microsoft.signalr._hub_connection_builder
|
||||
href: com.microsoft.signalr._hub_connection_builder.yml
|
||||
parent: com.microsoft.signalr.HubConnectionBuilder
|
||||
href: com.microsoft.signalr.HubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: create(String url)
|
||||
nameWithType: HubConnectionBuilder.create(String url)
|
||||
fullName: com.microsoft.signalr.HubConnectionBuilder.create(String url)
|
||||
overload: com.microsoft.signalr._hub_connection_builder.create*
|
||||
overload: com.microsoft.signalr.HubConnectionBuilder.create*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java
|
||||
startLine: 15
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Creates a new instance of <xref uid=\"com.microsoft.signalr._http_hub_connection_builder\" data-throw-if-not-resolved=\"false\">HttpHubConnectionBuilder</xref>.</p>\r\n<p></p>"
|
||||
summary: "<p>Creates a new instance of <xref uid=\"com.microsoft.signalr.HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"false\">HttpHubConnectionBuilder</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public static HttpHubConnectionBuilder create(String url)
|
||||
parameters:
|
||||
|
@ -72,48 +72,48 @@ items:
|
|||
type: "26831127"
|
||||
description: <p>The URL of the SignalR hub to connect to. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr._http_hub_connection_builder
|
||||
description: <p>An instance of <xref uid="com.microsoft.signalr._http_hub_connection_builder" data-throw-if-not-resolved="false">HttpHubConnectionBuilder</xref>. </p>
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>An instance of <xref uid="com.microsoft.signalr.HttpHubConnectionBuilder" data-throw-if-not-resolved="false">HttpHubConnectionBuilder</xref>. </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: com.microsoft.signalr._hub_connection_builder.create*
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder.create*
|
||||
name: create
|
||||
nameWithType: HubConnectionBuilder.create
|
||||
fullName: com.microsoft.signalr.HubConnectionBuilder.create
|
||||
package: com.microsoft.signalr
|
||||
- uid: 13c86962com.microsoft.signalr._hub_connection
|
||||
- uid: 13c86962com.microsoft.signalr.HubConnection
|
||||
spec.java:
|
||||
- name: 'abstract '
|
||||
fullName: 'abstract '
|
||||
- uid: com.microsoft.signalr._hub_connection
|
||||
- uid: com.microsoft.signalr.HubConnection
|
||||
name: HubConnection
|
||||
fullName: com.microsoft.signalr.HubConnection
|
||||
href: com.microsoft.signalr._hub_connection.yml
|
||||
- uid: com.microsoft.signalr._hub_connection_builder.build*
|
||||
href: com.microsoft.signalr.HubConnection.yml
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder.build*
|
||||
name: build
|
||||
nameWithType: HubConnectionBuilder.build
|
||||
fullName: com.microsoft.signalr.HubConnectionBuilder.build
|
||||
package: com.microsoft.signalr
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
name: HttpHubConnectionBuilder
|
||||
nameWithType: HttpHubConnectionBuilder
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
type: Class
|
||||
summary: <p>A builder for configuring <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> instances. </p>
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
syntax:
|
||||
content: public class HttpHubConnectionBuilder
|
||||
- uid: com.microsoft.signalr._hub_connection
|
||||
- uid: com.microsoft.signalr.HubConnection
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_connection.yml
|
||||
href: com.microsoft.signalr.HubConnection.yml
|
||||
name: HubConnection
|
||||
nameWithType: HubConnection
|
||||
fullName: com.microsoft.signalr.HubConnection
|
||||
type: Class
|
||||
summary: <p>A connection used to invoke hub methods on a SignalR Server. </p>
|
||||
summary: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
|
@ -1,12 +1,12 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._hub_connection_state
|
||||
id: _hub_connection_state
|
||||
- uid: com.microsoft.signalr.HubConnectionState
|
||||
id: HubConnectionState
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._hub_connection_state.CONNECTED
|
||||
- com.microsoft.signalr._hub_connection_state.DISCONNECTED
|
||||
href: com.microsoft.signalr._hub_connection_state.yml
|
||||
- com.microsoft.signalr.HubConnectionState.CONNECTED
|
||||
- com.microsoft.signalr.HubConnectionState.DISCONNECTED
|
||||
href: com.microsoft.signalr.HubConnectionState.yml
|
||||
langs:
|
||||
- java
|
||||
name: HubConnectionState
|
||||
|
@ -21,16 +21,16 @@ items:
|
|||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionState.java
|
||||
startLine: 8
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Indicates the state of the <xref uid=\"com.microsoft.signalr._hub_connection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>. </p>"
|
||||
summary: "<p>Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>. </p>"
|
||||
syntax:
|
||||
content: public enum HubConnectionState
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- java.lang.Enum<HubConnectionState>
|
||||
- uid: com.microsoft.signalr._hub_connection_state.CONNECTED
|
||||
- uid: com.microsoft.signalr.HubConnectionState.CONNECTED
|
||||
id: CONNECTED
|
||||
parent: com.microsoft.signalr._hub_connection_state
|
||||
href: com.microsoft.signalr._hub_connection_state.yml
|
||||
parent: com.microsoft.signalr.HubConnectionState
|
||||
href: com.microsoft.signalr.HubConnectionState.yml
|
||||
langs:
|
||||
- java
|
||||
name: CONNECTED
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
package: com.microsoft.signalr
|
||||
syntax:
|
||||
content: public CONNECTED
|
||||
- uid: com.microsoft.signalr._hub_connection_state.DISCONNECTED
|
||||
- uid: com.microsoft.signalr.HubConnectionState.DISCONNECTED
|
||||
id: DISCONNECTED
|
||||
parent: com.microsoft.signalr._hub_connection_state
|
||||
href: com.microsoft.signalr._hub_connection_state.yml
|
||||
parent: com.microsoft.signalr.HubConnectionState
|
||||
href: com.microsoft.signalr.HubConnectionState.yml
|
||||
langs:
|
||||
- java
|
||||
name: DISCONNECTED
|
||||
|
@ -62,13 +62,13 @@ items:
|
|||
syntax:
|
||||
content: public DISCONNECTED
|
||||
references:
|
||||
- uid: com.microsoft.signalr._hub_connection
|
||||
- uid: com.microsoft.signalr.HubConnection
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_connection.yml
|
||||
href: com.microsoft.signalr.HubConnection.yml
|
||||
name: HubConnection
|
||||
nameWithType: HubConnection
|
||||
fullName: com.microsoft.signalr.HubConnection
|
||||
type: Class
|
||||
summary: <p>A connection used to invoke hub methods on a SignalR Server. </p>
|
||||
summary: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
|
@ -1,13 +1,13 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._hub_exception
|
||||
id: _hub_exception
|
||||
- uid: com.microsoft.signalr.HubException
|
||||
id: HubException
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._hub_exception.HubException()
|
||||
- com.microsoft.signalr._hub_exception.HubException(String)
|
||||
- com.microsoft.signalr._hub_exception.HubException(String,Exception)
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
- com.microsoft.signalr.HubException.HubException()
|
||||
- com.microsoft.signalr.HubException.HubException(String)
|
||||
- com.microsoft.signalr.HubException.HubException(String,Exception)
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
langs:
|
||||
- java
|
||||
name: HubException
|
||||
|
@ -28,65 +28,65 @@ items:
|
|||
inheritance:
|
||||
- java.lang.Object
|
||||
- RuntimeException
|
||||
- uid: com.microsoft.signalr._hub_exception.HubException()
|
||||
- uid: com.microsoft.signalr.HubException.HubException()
|
||||
id: HubException()
|
||||
parent: com.microsoft.signalr._hub_exception
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
parent: com.microsoft.signalr.HubException
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
langs:
|
||||
- java
|
||||
name: HubException()
|
||||
nameWithType: HubException.HubException()
|
||||
fullName: com.microsoft.signalr.HubException.HubException()
|
||||
overload: com.microsoft.signalr._hub_exception.HubException*
|
||||
overload: com.microsoft.signalr.HubException.HubException*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java
|
||||
startLine: 14
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr._hub_exception\" data-throw-if-not-resolved=\"false\">HubException</xref> class. </p>"
|
||||
summary: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class. </p>"
|
||||
syntax:
|
||||
content: public HubException()
|
||||
- uid: com.microsoft.signalr._hub_exception.HubException(String)
|
||||
- uid: com.microsoft.signalr.HubException.HubException(String)
|
||||
id: HubException(String)
|
||||
parent: com.microsoft.signalr._hub_exception
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
parent: com.microsoft.signalr.HubException
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
langs:
|
||||
- java
|
||||
name: HubException(String errorMessage)
|
||||
nameWithType: HubException.HubException(String errorMessage)
|
||||
fullName: com.microsoft.signalr.HubException.HubException(String errorMessage)
|
||||
overload: com.microsoft.signalr._hub_exception.HubException*
|
||||
overload: com.microsoft.signalr.HubException.HubException*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java
|
||||
startLine: 22
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr._hub_exception\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message.</p>\r\n<p></p>"
|
||||
summary: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HubException(String errorMessage)
|
||||
parameters:
|
||||
- id: errorMessage
|
||||
type: "26831127"
|
||||
description: <p>The error message that explains the reason for the exception. </p>
|
||||
- uid: com.microsoft.signalr._hub_exception.HubException(String,Exception)
|
||||
- uid: com.microsoft.signalr.HubException.HubException(String,Exception)
|
||||
id: HubException(String,Exception)
|
||||
parent: com.microsoft.signalr._hub_exception
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
parent: com.microsoft.signalr.HubException
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
langs:
|
||||
- java
|
||||
name: HubException(String errorMessage, Exception innerException)
|
||||
nameWithType: HubException.HubException(String errorMessage, Exception innerException)
|
||||
fullName: com.microsoft.signalr.HubException.HubException(String errorMessage, Exception innerException)
|
||||
overload: com.microsoft.signalr._hub_exception.HubException*
|
||||
overload: com.microsoft.signalr.HubException.HubException*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java
|
||||
startLine: 33
|
||||
package: com.microsoft.signalr
|
||||
summary: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr._hub_exception\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message and a reference to the exception that is the cause of this exception.</p>\r\n<p></p>"
|
||||
summary: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message and a reference to the exception that is the cause of this exception.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HubException(String errorMessage, Exception innerException)
|
||||
parameters:
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
type: 8a99d4b0
|
||||
description: <p>The exception that is the cause of the current exception, or null if no inner exception is specified. </p>
|
||||
references:
|
||||
- uid: com.microsoft.signalr._hub_exception.HubException*
|
||||
- uid: com.microsoft.signalr.HubException.HubException*
|
||||
name: HubException
|
||||
nameWithType: HubException.HubException
|
||||
fullName: com.microsoft.signalr.HubException.HubException
|
||||
|
@ -110,12 +110,12 @@ references:
|
|||
spec.java:
|
||||
- name: Exception
|
||||
fullName: Exception
|
||||
- uid: com.microsoft.signalr._hub_exception
|
||||
- uid: com.microsoft.signalr.HubException
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
name: HubException
|
||||
nameWithType: HubException
|
||||
fullName: com.microsoft.signalr.HubException
|
||||
type: Class
|
||||
summary: <p>An exception thrown when the server fails to invoke a Hub method. </p>
|
||||
summary: "<p>An exception thrown when the server fails to invoke a Hub method. </p>"
|
||||
syntax: *o1
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._on_closed_callback
|
||||
id: _on_closed_callback
|
||||
- uid: com.microsoft.signalr.OnClosedCallback
|
||||
id: OnClosedCallback
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._on_closed_callback.invoke(Exception)
|
||||
href: com.microsoft.signalr._on_closed_callback.yml
|
||||
- com.microsoft.signalr.OnClosedCallback.invoke(Exception)
|
||||
href: com.microsoft.signalr.OnClosedCallback.yml
|
||||
langs:
|
||||
- java
|
||||
name: OnClosedCallback
|
||||
|
@ -23,16 +23,16 @@ items:
|
|||
summary: "<p>A callback to create and register on a HubConnections OnClosed method. </p>"
|
||||
syntax:
|
||||
content: public interface OnClosedCallback
|
||||
- uid: com.microsoft.signalr._on_closed_callback.invoke(Exception)
|
||||
- uid: com.microsoft.signalr.OnClosedCallback.invoke(Exception)
|
||||
id: invoke(Exception)
|
||||
parent: com.microsoft.signalr._on_closed_callback
|
||||
href: com.microsoft.signalr._on_closed_callback.yml
|
||||
parent: com.microsoft.signalr.OnClosedCallback
|
||||
href: com.microsoft.signalr.OnClosedCallback.yml
|
||||
langs:
|
||||
- java
|
||||
name: invoke(Exception exception)
|
||||
nameWithType: OnClosedCallback.invoke(Exception exception)
|
||||
fullName: com.microsoft.signalr.OnClosedCallback.invoke(Exception exception)
|
||||
overload: com.microsoft.signalr._on_closed_callback.invoke*
|
||||
overload: com.microsoft.signalr.OnClosedCallback.invoke*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -49,7 +49,7 @@ references:
|
|||
spec.java:
|
||||
- name: Exception
|
||||
fullName: Exception
|
||||
- uid: com.microsoft.signalr._on_closed_callback.invoke*
|
||||
- uid: com.microsoft.signalr.OnClosedCallback.invoke*
|
||||
name: invoke
|
||||
nameWithType: OnClosedCallback.invoke
|
||||
fullName: com.microsoft.signalr.OnClosedCallback.invoke
|
|
@ -1,11 +1,11 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.signalr._subscription
|
||||
id: _subscription
|
||||
- uid: com.microsoft.signalr.Subscription
|
||||
id: Subscription
|
||||
parent: com.microsoft.signalr
|
||||
children:
|
||||
- com.microsoft.signalr._subscription.unsubscribe()
|
||||
href: com.microsoft.signalr._subscription.yml
|
||||
- com.microsoft.signalr.Subscription.unsubscribe()
|
||||
href: com.microsoft.signalr.Subscription.yml
|
||||
langs:
|
||||
- java
|
||||
name: Subscription
|
||||
|
@ -25,16 +25,16 @@ items:
|
|||
content: public class Subscription
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.signalr._subscription.unsubscribe()
|
||||
- uid: com.microsoft.signalr.Subscription.unsubscribe()
|
||||
id: unsubscribe()
|
||||
parent: com.microsoft.signalr._subscription
|
||||
href: com.microsoft.signalr._subscription.yml
|
||||
parent: com.microsoft.signalr.Subscription
|
||||
href: com.microsoft.signalr.Subscription.yml
|
||||
langs:
|
||||
- java
|
||||
name: unsubscribe()
|
||||
nameWithType: Subscription.unsubscribe()
|
||||
fullName: com.microsoft.signalr.Subscription.unsubscribe()
|
||||
overload: com.microsoft.signalr._subscription.unsubscribe*
|
||||
overload: com.microsoft.signalr.Subscription.unsubscribe*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
|
@ -45,7 +45,7 @@ items:
|
|||
syntax:
|
||||
content: public void unsubscribe()
|
||||
references:
|
||||
- uid: com.microsoft.signalr._subscription.unsubscribe*
|
||||
- uid: com.microsoft.signalr.Subscription.unsubscribe*
|
||||
name: unsubscribe
|
||||
nameWithType: Subscription.unsubscribe
|
||||
fullName: com.microsoft.signalr.Subscription.unsubscribe
|
|
@ -3,22 +3,22 @@ items:
|
|||
- uid: com.microsoft.signalr
|
||||
id: signalr
|
||||
children:
|
||||
- com.microsoft.signalr._action
|
||||
- com.microsoft.signalr._action1
|
||||
- com.microsoft.signalr._action2
|
||||
- com.microsoft.signalr._action3
|
||||
- com.microsoft.signalr._action4
|
||||
- com.microsoft.signalr._action5
|
||||
- com.microsoft.signalr._action6
|
||||
- com.microsoft.signalr._action7
|
||||
- com.microsoft.signalr._action8
|
||||
- com.microsoft.signalr._http_hub_connection_builder
|
||||
- com.microsoft.signalr._hub_connection
|
||||
- com.microsoft.signalr._hub_connection_builder
|
||||
- com.microsoft.signalr._hub_connection_state
|
||||
- com.microsoft.signalr._hub_exception
|
||||
- com.microsoft.signalr._on_closed_callback
|
||||
- com.microsoft.signalr._subscription
|
||||
- com.microsoft.signalr.Action
|
||||
- com.microsoft.signalr.Action1
|
||||
- com.microsoft.signalr.Action2
|
||||
- com.microsoft.signalr.Action3
|
||||
- com.microsoft.signalr.Action4
|
||||
- com.microsoft.signalr.Action5
|
||||
- com.microsoft.signalr.Action6
|
||||
- com.microsoft.signalr.Action7
|
||||
- com.microsoft.signalr.Action8
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
- com.microsoft.signalr.HubConnection
|
||||
- com.microsoft.signalr.HubConnectionBuilder
|
||||
- com.microsoft.signalr.HubConnectionState
|
||||
- com.microsoft.signalr.HubException
|
||||
- com.microsoft.signalr.OnClosedCallback
|
||||
- com.microsoft.signalr.Subscription
|
||||
href: com.microsoft.signalr.yml
|
||||
langs:
|
||||
- java
|
||||
|
@ -37,44 +37,38 @@ items:
|
|||
syntax:
|
||||
content: package com.microsoft.signalr
|
||||
references:
|
||||
- uid: com.microsoft.signalr._action
|
||||
- uid: com.microsoft.signalr.Action
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action.yml
|
||||
href: com.microsoft.signalr.Action.yml
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: com.microsoft.signalr.Action
|
||||
type: Interface
|
||||
summary: <p>A callback that takes no parameters. </p>
|
||||
summary: "<p>A callback that takes no parameters. </p>"
|
||||
syntax:
|
||||
content: public interface Action
|
||||
- uid: com.microsoft.signalr._action1
|
||||
- uid: com.microsoft.signalr.Action1
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action1.yml
|
||||
href: com.microsoft.signalr.Action1.yml
|
||||
name: Action1<T1>
|
||||
nameWithType: Action1<T1>
|
||||
fullName: com.microsoft.signalr.Action1<T1>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes one parameter.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes one parameter.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action1<T1>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action2
|
||||
- uid: com.microsoft.signalr.Action2
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action2.yml
|
||||
href: com.microsoft.signalr.Action2.yml
|
||||
name: Action2<T1,T2>
|
||||
nameWithType: Action2<T1,T2>
|
||||
fullName: com.microsoft.signalr.Action2<T1,T2>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes two parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes two parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action2<T1,T2>
|
||||
typeParameters:
|
||||
|
@ -84,17 +78,14 @@ references:
|
|||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action3
|
||||
- uid: com.microsoft.signalr.Action3
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action3.yml
|
||||
href: com.microsoft.signalr.Action3.yml
|
||||
name: Action3<T1,T2,T3>
|
||||
nameWithType: Action3<T1,T2,T3>
|
||||
fullName: com.microsoft.signalr.Action3<T1,T2,T3>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes three parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes three parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action3<T1,T2,T3>
|
||||
typeParameters:
|
||||
|
@ -107,17 +98,14 @@ references:
|
|||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action4
|
||||
- uid: com.microsoft.signalr.Action4
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action4.yml
|
||||
href: com.microsoft.signalr.Action4.yml
|
||||
name: Action4<T1,T2,T3,T4>
|
||||
nameWithType: Action4<T1,T2,T3,T4>
|
||||
fullName: com.microsoft.signalr.Action4<T1,T2,T3,T4>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes four parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes four parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action4<T1,T2,T3,T4>
|
||||
typeParameters:
|
||||
|
@ -133,17 +121,14 @@ references:
|
|||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action5
|
||||
- uid: com.microsoft.signalr.Action5
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action5.yml
|
||||
href: com.microsoft.signalr.Action5.yml
|
||||
name: Action5<T1,T2,T3,T4,T5>
|
||||
nameWithType: Action5<T1,T2,T3,T4,T5>
|
||||
fullName: com.microsoft.signalr.Action5<T1,T2,T3,T4,T5>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes five parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes five parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action5<T1,T2,T3,T4,T5>
|
||||
typeParameters:
|
||||
|
@ -162,17 +147,14 @@ references:
|
|||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action6
|
||||
- uid: com.microsoft.signalr.Action6
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action6.yml
|
||||
href: com.microsoft.signalr.Action6.yml
|
||||
name: Action6<T1,T2,T3,T4,T5,T6>
|
||||
nameWithType: Action6<T1,T2,T3,T4,T5,T6>
|
||||
fullName: com.microsoft.signalr.Action6<T1,T2,T3,T4,T5,T6>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes six parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes six parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action6<T1,T2,T3,T4,T5,T6>
|
||||
typeParameters:
|
||||
|
@ -194,17 +176,14 @@ references:
|
|||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action7
|
||||
- uid: com.microsoft.signalr.Action7
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action7.yml
|
||||
href: com.microsoft.signalr.Action7.yml
|
||||
name: Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
nameWithType: Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
fullName: com.microsoft.signalr.Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes seven parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes seven parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
typeParameters:
|
||||
|
@ -229,17 +208,14 @@ references:
|
|||
- id: T7
|
||||
type: 308f4ff4
|
||||
description: <p>The type of the seventh parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._action8
|
||||
- uid: com.microsoft.signalr.Action8
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._action8.yml
|
||||
href: com.microsoft.signalr.Action8.yml
|
||||
name: Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
nameWithType: Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
fullName: com.microsoft.signalr.Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>A callback that takes eight parameters.</p>
|
||||
|
||||
<p></p>
|
||||
summary: "<p>A callback that takes eight parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
typeParameters:
|
||||
|
@ -267,73 +243,73 @@ references:
|
|||
- id: T8
|
||||
type: 57f41c00
|
||||
description: <p>The type of the eighth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
name: HttpHubConnectionBuilder
|
||||
nameWithType: HttpHubConnectionBuilder
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
type: Class
|
||||
summary: <p>A builder for configuring <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> instances. </p>
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
syntax:
|
||||
content: public class HttpHubConnectionBuilder
|
||||
- uid: com.microsoft.signalr._hub_connection
|
||||
- uid: com.microsoft.signalr.HubConnection
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_connection.yml
|
||||
href: com.microsoft.signalr.HubConnection.yml
|
||||
name: HubConnection
|
||||
nameWithType: HubConnection
|
||||
fullName: com.microsoft.signalr.HubConnection
|
||||
type: Class
|
||||
summary: <p>A connection used to invoke hub methods on a SignalR Server. </p>
|
||||
summary: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
||||
- uid: com.microsoft.signalr._hub_connection_builder
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_connection_builder.yml
|
||||
href: com.microsoft.signalr.HubConnectionBuilder.yml
|
||||
name: HubConnectionBuilder
|
||||
nameWithType: HubConnectionBuilder
|
||||
fullName: com.microsoft.signalr.HubConnectionBuilder
|
||||
type: Class
|
||||
summary: <p>A builder for configuring <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref> instances. </p>
|
||||
summary: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
syntax:
|
||||
content: public class HubConnectionBuilder
|
||||
- uid: com.microsoft.signalr._hub_connection_state
|
||||
- uid: com.microsoft.signalr.HubConnectionState
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_connection_state.yml
|
||||
href: com.microsoft.signalr.HubConnectionState.yml
|
||||
name: HubConnectionState
|
||||
nameWithType: HubConnectionState
|
||||
fullName: com.microsoft.signalr.HubConnectionState
|
||||
type: Enum
|
||||
summary: <p>Indicates the state of the <xref uid="com.microsoft.signalr._hub_connection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
summary: "<p>Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>. </p>"
|
||||
syntax:
|
||||
content: public enum HubConnectionState
|
||||
- uid: com.microsoft.signalr._hub_exception
|
||||
- uid: com.microsoft.signalr.HubException
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
name: HubException
|
||||
nameWithType: HubException
|
||||
fullName: com.microsoft.signalr.HubException
|
||||
type: Class
|
||||
summary: <p>An exception thrown when the server fails to invoke a Hub method. </p>
|
||||
summary: "<p>An exception thrown when the server fails to invoke a Hub method. </p>"
|
||||
syntax:
|
||||
content: public class HubException
|
||||
- uid: com.microsoft.signalr._on_closed_callback
|
||||
- uid: com.microsoft.signalr.OnClosedCallback
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._on_closed_callback.yml
|
||||
href: com.microsoft.signalr.OnClosedCallback.yml
|
||||
name: OnClosedCallback
|
||||
nameWithType: OnClosedCallback
|
||||
fullName: com.microsoft.signalr.OnClosedCallback
|
||||
type: Interface
|
||||
summary: <p>A callback to create and register on a HubConnections OnClosed method. </p>
|
||||
summary: "<p>A callback to create and register on a HubConnections OnClosed method. </p>"
|
||||
syntax:
|
||||
content: public interface OnClosedCallback
|
||||
- uid: com.microsoft.signalr._subscription
|
||||
- uid: com.microsoft.signalr.Subscription
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr._subscription.yml
|
||||
href: com.microsoft.signalr.Subscription.yml
|
||||
name: Subscription
|
||||
nameWithType: Subscription
|
||||
fullName: com.microsoft.signalr.Subscription
|
||||
type: Class
|
||||
summary: <p>Represents the registration of a handler for a client method. </p>
|
||||
summary: "<p>Represents the registration of a handler for a client method. </p>"
|
||||
syntax:
|
||||
content: public class Subscription
|
||||
|
|
|
@ -3,51 +3,51 @@
|
|||
name: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.yml
|
||||
items:
|
||||
- uid: com.microsoft.signalr._action
|
||||
- uid: com.microsoft.signalr.Action
|
||||
name: Action
|
||||
href: com.microsoft.signalr._action.yml
|
||||
- uid: com.microsoft.signalr._action1
|
||||
href: com.microsoft.signalr.Action.yml
|
||||
- uid: com.microsoft.signalr.Action1
|
||||
name: Action1
|
||||
href: com.microsoft.signalr._action1.yml
|
||||
- uid: com.microsoft.signalr._action2
|
||||
href: com.microsoft.signalr.Action1.yml
|
||||
- uid: com.microsoft.signalr.Action2
|
||||
name: Action2
|
||||
href: com.microsoft.signalr._action2.yml
|
||||
- uid: com.microsoft.signalr._action3
|
||||
href: com.microsoft.signalr.Action2.yml
|
||||
- uid: com.microsoft.signalr.Action3
|
||||
name: Action3
|
||||
href: com.microsoft.signalr._action3.yml
|
||||
- uid: com.microsoft.signalr._action4
|
||||
href: com.microsoft.signalr.Action3.yml
|
||||
- uid: com.microsoft.signalr.Action4
|
||||
name: Action4
|
||||
href: com.microsoft.signalr._action4.yml
|
||||
- uid: com.microsoft.signalr._action5
|
||||
href: com.microsoft.signalr.Action4.yml
|
||||
- uid: com.microsoft.signalr.Action5
|
||||
name: Action5
|
||||
href: com.microsoft.signalr._action5.yml
|
||||
- uid: com.microsoft.signalr._action6
|
||||
href: com.microsoft.signalr.Action5.yml
|
||||
- uid: com.microsoft.signalr.Action6
|
||||
name: Action6
|
||||
href: com.microsoft.signalr._action6.yml
|
||||
- uid: com.microsoft.signalr._action7
|
||||
href: com.microsoft.signalr.Action6.yml
|
||||
- uid: com.microsoft.signalr.Action7
|
||||
name: Action7
|
||||
href: com.microsoft.signalr._action7.yml
|
||||
- uid: com.microsoft.signalr._action8
|
||||
href: com.microsoft.signalr.Action7.yml
|
||||
- uid: com.microsoft.signalr.Action8
|
||||
name: Action8
|
||||
href: com.microsoft.signalr._action8.yml
|
||||
- uid: com.microsoft.signalr._http_hub_connection_builder
|
||||
href: com.microsoft.signalr.Action8.yml
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
name: HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr._http_hub_connection_builder.yml
|
||||
- uid: com.microsoft.signalr._hub_connection
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
- uid: com.microsoft.signalr.HubConnection
|
||||
name: HubConnection
|
||||
href: com.microsoft.signalr._hub_connection.yml
|
||||
- uid: com.microsoft.signalr._hub_connection_builder
|
||||
href: com.microsoft.signalr.HubConnection.yml
|
||||
- uid: com.microsoft.signalr.HubConnectionBuilder
|
||||
name: HubConnectionBuilder
|
||||
href: com.microsoft.signalr._hub_connection_builder.yml
|
||||
- uid: com.microsoft.signalr._hub_connection_state
|
||||
href: com.microsoft.signalr.HubConnectionBuilder.yml
|
||||
- uid: com.microsoft.signalr.HubConnectionState
|
||||
name: HubConnectionState
|
||||
href: com.microsoft.signalr._hub_connection_state.yml
|
||||
- uid: com.microsoft.signalr._hub_exception
|
||||
href: com.microsoft.signalr.HubConnectionState.yml
|
||||
- uid: com.microsoft.signalr.HubException
|
||||
name: HubException
|
||||
href: com.microsoft.signalr._hub_exception.yml
|
||||
- uid: com.microsoft.signalr._on_closed_callback
|
||||
href: com.microsoft.signalr.HubException.yml
|
||||
- uid: com.microsoft.signalr.OnClosedCallback
|
||||
name: OnClosedCallback
|
||||
href: com.microsoft.signalr._on_closed_callback.yml
|
||||
- uid: com.microsoft.signalr._subscription
|
||||
href: com.microsoft.signalr.OnClosedCallback.yml
|
||||
- uid: com.microsoft.signalr.Subscription
|
||||
name: Subscription
|
||||
href: com.microsoft.signalr._subscription.yml
|
||||
href: com.microsoft.signalr.Subscription.yml
|
||||
|
|
Загрузка…
Ссылка в новой задаче