IHubActivator<THub>.Create Method

Definition

Creates a hub.

public:
 THub Create();
public THub Create ();
abstract member Create : unit -> 'Hub
Public Function Create () As THub

Returns

THub

The created hub.

Applies to