ConnectionMessage.ExcludedSignals Property

.NET Framework 4.5

Represents a list of signals that should be used to filter what connections receive this message.

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

Syntax

'Declaration
Public Property ExcludedSignals As IList(Of String)
    Get 
    Private Set
'Usage
Dim instance As ConnectionMessage 
Dim value As IList(Of String)

value = instance.ExcludedSignals
public IList<string> ExcludedSignals { get; private set; }
public:
property IList<String^>^ ExcludedSignals {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member ExcludedSignals : IList<string> with get, private set
function get ExcludedSignals () : IList<String>
private function set ExcludedSignals (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>
Returns IList<T>.

See Also

Reference

ConnectionMessage Structure

Microsoft.AspNet.SignalR Namespace