Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Private Sub OnReceived ( _
    message As JToken _
) Implements IConnection.OnReceived
'Usage
Dim instance As Connection 
Dim message As JToken 
CType(instance, IConnection).OnReceived(message)
void IConnection.OnReceived(
    JToken message
)
private:
virtual void OnReceived(
    JToken^ message
) sealed = IConnection::OnReceived
private abstract OnReceived : 
        message:JToken -> unit  
private override OnReceived : 
        message:JToken -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- message
 Type: JToken
Implements
IConnection.OnReceived(JToken)