TaggingClientContextAsync#

class omni.kit.tagging.TaggingClientContextAsync(ov_server, **kwargs)#

Bases: object

Create a tag client context.

Parameters:

ov_server – The ov_server parameter.

Methods

__init__(ov_server, **kwargs)

Initializes the TaggingClientContextAsync context with the provided server and optional configurations.

close_client([client_msg])

Close tagging client.

init_client()

Creates the tagging client helper, connects to the tagging service, and retrieves the client id.

__init__(ov_server, **kwargs)#

Initializes the TaggingClientContextAsync context with the provided server and optional configurations.

async close_client(
client_msg: str = None,
*args,
**kwargs,
)#

Close tagging client.

Parameters:
  • client_msg (str) – Optional message to log upon successful client closure.

  • args (tuple) – Additional arguments passed to __aexit__.

async init_client()#

Creates the tagging client helper, connects to the tagging service, and retrieves the client id.