Table of Contents

Class ConnectionHub

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

客户端链接组件

public class ConnectionHub : BootstrapModuleComponentBase, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable
Inheritance
ConnectionHub
Implements
Inherited Members
Extension Methods

Constructors

ConnectionHub()

public ConnectionHub()

Methods

Callback(ClientInfo)

JSInvoke 回调方法

[JSInvokable]
public Task Callback(ClientInfo client)

Parameters

client ClientInfo

Returns

Task

InvokeInitAsync()

call JavaScript method

protected override Task InvokeInitAsync()

Returns

Task