MessageResult.Terminal Property

.NET Framework 4

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

Syntax

'Declaration
Public Property Terminal As Boolean 
    Get 
    Set
'Usage
Dim instance As MessageResult 
Dim value As Boolean 

value = instance.Terminal

instance.Terminal = value
public bool Terminal { get; set; }
public:
property bool Terminal {
    bool get ();
    void set (bool value);
}
member Terminal : bool with get, set
function get Terminal () : boolean 
function set Terminal (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

MessageResult Structure

Microsoft.AspNet.SignalR.Messaging Namespace