Interface Unregistration

General parameters to unregister a request or notification.

interface Unregistration {
    id: string;
    method: string;
}

Properties

Properties

id: string

The id used to unregister the request or notification. Usually an id provided during the register request.

method: string

The method to unregister for.