parse_object_path
Description:
[ Version ( deprecated = true , since = "0.7.27" ) ]
public bool parse_object_path (out string protocol, out string cm_name)
public bool parse_object_path (out string protocol, out string cm_name)
Warning: parse_object_path is deprecated.
If the object path of connection
is in the correct form, set protocol
and cm_name
, return TRUE.
Note:
Use get_protocol_name and get_connection_manager_name instead.
Otherwise leave them unchanged and return FALSE.
Parameters:
this |
a connection |
protocol |
If not NULL, used to return the protocol of the connection |
cm_name |
If not NULL, used to return the connection manager name of the connection |
Returns:
TRUE if the object path was correctly parsed, FALSE otherwise. |