requestName

Requests a DBus well-known name. returns if the name is owned after the call. Involves blocking call on a DBus method, may throw an exception on failure.

  1. bool requestName(Connection conn, string name, NameFlags flags)
  2. bool requestName(Connection conn, BusName name, NameFlags flags)

Meta