Click or drag to resize

SubscriberHubDispose(String) Method

Closes the connection and releases all resources retained by the subscriber with this ID.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public void Dispose(
	string subscriberID
)
View Source

Parameters

subscriberID  String
The ID of the subscriber.
See Also