Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PersistentConnection::GetSignals Method

.NET Framework 4.5

Returns the signals used in the PersistentConnection.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
virtual IList<String^>^ GetSignals(
	String^ userId, 
	String^ connectionId
)

Parameters

userId
Type: System::String
The user id for the current connection.
connectionId
Type: System::String
The id of the incoming connection.

Return Value

Type: System.Collections.Generic::IList<String>
The signals used for this PersistentConnection.
Show: