Thruway\ClientSession::unregister PHP Method

unregister() public method

Unregister
public unregister ( string $procedureName ) : Promise | FALSE
$procedureName string
return React\Promise\Promise | FALSE
    public function unregister($procedureName)
    {
        return $this->peer->getCallee()->unregister($this, $procedureName);
    }