HubInvocation.CallbackId Property

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Client.Hubs
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
<JsonPropertyAttribute("I")> _
Public Property CallbackId As String 
    Get 
    Set
'Usage
Dim instance As HubInvocation 
Dim value As String 

value = instance.CallbackId

instance.CallbackId = value
[JsonPropertyAttribute("I")]
public string CallbackId { get; set; }
[JsonPropertyAttribute(L"I")]
public:
property String^ CallbackId {
    String^ get ();
    void set (String^ value);
}
[<JsonPropertyAttribute("I")>]
member CallbackId : string with get, set
function get CallbackId () : String 
function set CallbackId (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

HubInvocation Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace