VSC-Service-Account 2022-12-03 01:04:19 +00:00
Родитель 65d0eca95b
Коммит c9192d11a6
1 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -471,9 +471,9 @@ methods:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1>on(java.lang.String,com.microsoft.signalr.Action1<T1>,java.lang.Class<T1>)"
fullName: "com.microsoft.signalr.HubConnection.<T1>on(String target, Action1<T1> callback, Class<T1> param1)"
name: "<T1>on(String target, Action1<T1> callback, Class<T1> param1)"
nameWithType: "HubConnection.<T1>on(String target, Action1<T1> callback, Class<T1> param1)"
fullName: "com.microsoft.signalr.HubConnection.on(String target, Action1<T1> callback, Class<T1> param1)"
name: "on(String target, Action1<T1> callback, Class<T1> param1)"
nameWithType: "HubConnection.on(String target, Action1<T1> callback, Class<T1> param1)"
summary: "Registers a handler that will be invoked when the hub method with the specified method name is invoked."
parameters:
- description: "The name of the hub method to define."
@ -491,9 +491,9 @@ methods:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1>on(java.lang.String,com.microsoft.signalr.Action1<T1>,java.lang.reflect.Type)"
fullName: "com.microsoft.signalr.HubConnection.<T1>on(String target, Action1<T1> callback, Type param1)"
name: "<T1>on(String target, Action1<T1> callback, Type param1)"
nameWithType: "HubConnection.<T1>on(String target, Action1<T1> callback, Type param1)"
fullName: "com.microsoft.signalr.HubConnection.on(String target, Action1<T1> callback, Type param1)"
name: "on(String target, Action1<T1> callback, Type param1)"
nameWithType: "HubConnection.on(String target, Action1<T1> callback, Type param1)"
summary: "Registers a handler that will be invoked when the hub method with the specified method name is invoked."
parameters:
- description: "The name of the hub method to define."
@ -511,9 +511,9 @@ methods:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T>invoke(java.lang.Class<T>,java.lang.String,java.lang.Object...)"
fullName: "com.microsoft.signalr.HubConnection.<T>invoke(Class<T> returnType, String method, Object[] args)"
name: "<T>invoke(Class<T> returnType, String method, Object[] args)"
nameWithType: "HubConnection.<T>invoke(Class<T> returnType, String method, Object[] args)"
fullName: "com.microsoft.signalr.HubConnection.invoke(Class<T> returnType, String method, Object[] args)"
name: "invoke(Class<T> returnType, String method, Object[] args)"
nameWithType: "HubConnection.invoke(Class<T> returnType, String method, Object[] args)"
summary: "Invokes a hub method on the server using the specified method name and arguments."
parameters:
- description: "The expected return type."
@ -531,9 +531,9 @@ methods:
description: "A Single that yields the return value when the invocation has completed."
type: "<xref href=\"io.reactivex.Single?alt=io.reactivex.Single&text=Single\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.signalr.HubConnection.<T>invoke(java.lang.reflect.Type,java.lang.String,java.lang.Object...)"
fullName: "com.microsoft.signalr.HubConnection.<T>invoke(Type returnType, String method, Object[] args)"
name: "<T>invoke(Type returnType, String method, Object[] args)"
nameWithType: "HubConnection.<T>invoke(Type returnType, String method, Object[] args)"
fullName: "com.microsoft.signalr.HubConnection.invoke(Type returnType, String method, Object[] args)"
name: "invoke(Type returnType, String method, Object[] args)"
nameWithType: "HubConnection.invoke(Type returnType, String method, Object[] args)"
summary: "Invokes a hub method on the server using the specified method name and arguments."
parameters:
- description: "The expected return type."
@ -551,9 +551,9 @@ methods:
description: "A Single that yields the return value when the invocation has completed."
type: "<xref href=\"io.reactivex.Single?alt=io.reactivex.Single&text=Single\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.signalr.HubConnection.<T>stream(java.lang.Class<T>,java.lang.String,java.lang.Object...)"
fullName: "com.microsoft.signalr.HubConnection.<T>stream(Class<T> returnType, String method, Object[] args)"
name: "<T>stream(Class<T> returnType, String method, Object[] args)"
nameWithType: "HubConnection.<T>stream(Class<T> returnType, String method, Object[] args)"
fullName: "com.microsoft.signalr.HubConnection.stream(Class<T> returnType, String method, Object[] args)"
name: "stream(Class<T> returnType, String method, Object[] args)"
nameWithType: "HubConnection.stream(Class<T> returnType, String method, Object[] args)"
summary: "Invokes a streaming hub method on the server using the specified name and arguments."
parameters:
- description: "The expected return type of the stream items."
@ -571,9 +571,9 @@ methods:
description: "An observable that yields the streaming results from the server."
type: "<xref href=\"io.reactivex.Observable?alt=io.reactivex.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.signalr.HubConnection.<T>stream(java.lang.reflect.Type,java.lang.String,java.lang.Object...)"
fullName: "com.microsoft.signalr.HubConnection.<T>stream(Type returnType, String method, Object[] args)"
name: "<T>stream(Type returnType, String method, Object[] args)"
nameWithType: "HubConnection.<T>stream(Type returnType, String method, Object[] args)"
fullName: "com.microsoft.signalr.HubConnection.stream(Type returnType, String method, Object[] args)"
name: "stream(Type returnType, String method, Object[] args)"
nameWithType: "HubConnection.stream(Type returnType, String method, Object[] args)"
summary: "Invokes a streaming hub method on the server using the specified name and arguments."
parameters:
- description: "The expected return type of the stream items."