HubConnection.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all handlers associated with the method with the specified method name.
public:
void Remove(System::String ^ methodName);
public void Remove (string methodName);
public virtual void Remove (string methodName);
member this.Remove : string -> unit
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Sub Remove (methodName As String)
Public Overridable Sub Remove (methodName As String)
Parameters
- methodName
- String
The name of the hub method from which handlers are being removed