IHubOutgoingInvokerContext.ExcludedSignals Property
.NET Framework 4
The signals (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that should not receive the method invocation regardless of the Signal .
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property ExcludedSignals As IList(Of String)
Get
'Usage
Dim instance As IHubOutgoingInvokerContext
Dim value As IList(Of String)
value = instance.ExcludedSignals
IList<string> ExcludedSignals { get; }
property IList<String^>^ ExcludedSignals {
IList<String^>^ get ();
}
abstract ExcludedSignals : IList<string>
function get ExcludedSignals () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>