create_channel


Description:

[ Version ( since = "0.13.2" ) ]
public Channel create_channel (Connection conn, string path, HashTable<string,Value?> properties) throws Error

Function called when a channel need to be created.

Implementation can return a subclass of Channel if they need to.

Changed in 0.13.6: the function's signature was previously wrong; it expected an object instance as its first parameter, but the type of the parameter was the type of the interface vtable.

Parameters:

this

a client channel factory

conn

a Connection

path

the object path of the channel

properties

the immutable properties of the channel

Returns:

a new channel proxy, or null on invalid arguments