ConnectionMessage.Signal Property

.NET Framework 4.5

The signal to this message should be sent to. Connections subscribed to this signal will receive the message payload.

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

Syntax

'Declaration
Public Property Signal As String 
    Get 
    Private Set
'Usage
Dim instance As ConnectionMessage 
Dim value As String 

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

Property Value

Type: System.String
Returns String.

See Also

Reference

ConnectionMessage Structure

Microsoft.AspNet.SignalR Namespace