ClientHubInvocation.Method Property

.NET Framework 4

The name of the client-side hub method to be invoked.

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

Syntax

'Declaration
<JsonPropertyAttribute("M")> _
Public Property Method As String 
    Get 
    Set
'Usage
Dim instance As ClientHubInvocation 
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

ClientHubInvocation Class

Microsoft.AspNet.SignalR.Hubs Namespace