Share via


HubConnection.IHubConnection.RemoveCallback Method

.NET Framework 4.5

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

Syntax

'Declaration
Private Sub RemoveCallback ( _
    callbackId As String _
) Implements IHubConnection.RemoveCallback
'Usage
Dim instance As HubConnection 
Dim callbackId As String 

CType(instance, IHubConnection).RemoveCallback(callbackId)
void IHubConnection.RemoveCallback(
    string callbackId
)
private:
virtual void RemoveCallback(
    String^ callbackId
) sealed = IHubConnection::RemoveCallback
private abstract RemoveCallback : 
        callbackId:string -> unit  
private override RemoveCallback : 
        callbackId:string -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IHubConnection.RemoveCallback(String)

See Also

Reference

HubConnection Class

Microsoft.AspNet.SignalR.Client Namespace