IHubActivator<THub>.Release(THub) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the specified hub.
public:
void Release(THub hub);
public void Release (THub hub);
abstract member Release : 'Hub -> unit
Public Sub Release (hub As THub)
Parameters
- hub
- THub
The hub to release.