SignalProxy.Send Property

.NET Framework 4

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

Syntax

'Declaration
Protected Property Send As Func(Of String, ClientHubInvocation, IList(Of String), Task)
    Get 
    Private Set
'Usage
Dim value As Func(Of String, ClientHubInvocation, IList(Of String), Task)

value = Me.Send
protected Func<string, ClientHubInvocation, IList<string>, Task> Send { get; private set; }
protected:
property Func<String^, ClientHubInvocation^, IList<String^>^, Task^>^ Send {
    Func<String^, ClientHubInvocation^, IList<String^>^, Task^>^ get ();
    private: void set (Func<String^, ClientHubInvocation^, IList<String^>^, Task^>^ value);
}
member Send : Func<string, ClientHubInvocation, IList<string>, Task> with get, private set
function get Send () : Func<String, ClientHubInvocation, IList<String>, Task>
private function set Send (value : Func<String, ClientHubInvocation, IList<String>, Task>)

Property Value

Type: System.Func<String, ClientHubInvocation, IList<String>, Task>
Returns Func<T1, T2, T3, TResult>.

See Also

Reference

SignalProxy Class

Microsoft.AspNet.SignalR.Hubs Namespace