Contents

es_unsubscribe_all(_:)

Unsubscribes a client from all events.

Declaration

func es_unsubscribe_all(_ client: OpaquePointer) -> es_return_t

Parameters

  • client:

    The client to unsubscribe.

Return Value

A value that indicates whether subscribing succeeded. ES_RETURN_ERROR indicates that the caller couldn’t reach the Endpoint Security subsystem or that the request was invalid.

See Also

Subscribing to Events