Click or drag to resize

SubscriberHubDispose Method (String)

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

Namespace:  openPDC
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.33-beta
Syntax
public void Dispose(
	string subscriberID
)
Request Example View Source

Parameters

subscriberID
Type: SystemString
The ID of the subscriber.
See Also