Prosody generic: API: sm_dispatcher_destroy

Prototype Definition

int sm_dispatcher_destroy(tSMDispatcherId dispatcher)

Parameters

dispatcher
A tSMDispatcherId that has been prevously created by a call to sm_udp_dispatcher_create().

Description

Destroys dispatcher invalidating the tSMDispatcherId.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody generic API.