|
SubscriberHubDispose(String) Method
|
Closes the connection and releases all resources retained by the subscriber with this ID.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public void Dispose(
string subscriberID
)
Public Sub Dispose (
subscriberID As String
)
public:
void Dispose(
String^ subscriberID
)
member Dispose :
subscriberID : string -> unit
function Dispose(subscriberID);
View SourceParameters
- subscriberID String
- The ID of the subscriber.
See Also