HubInvocation.Method Property

.NET Framework 4

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

Syntax

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

value = instance.Method

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

Property Value

Type: System.String
Returns String.

See Also

Reference

HubInvocation Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace