PersistentConnection::GetSignals Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The signals used for this PersistentConnection .
Returns the signals used in the PersistentConnection .
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- 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: