Function TRITONSERVER_ServerOptionsDelete

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerOptionsDelete(TRITONSERVER_ServerOptions *options)

Delete a server options object.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.