BaseClientClassObserveChannelsImpl
Description:
[ Version ( since = "0.11.5" ) ]
public delegate void BaseClientClassObserveChannelsImpl (BaseClient client, Account account, Connection connection, List<Channel> channels, ChannelDispatchOperation? dispatch_operation, List<ChannelRequest> requests, ObserveChannelsContext context)
Signature of the implementation of the ObserveChannels method.
This function must call either accept,
delay or
fail on context before it returns.
Parameters:
| client |
a BaseClient instance |
| account |
a Account with |
| connection |
a Connection with |
| channels |
a List of Channel
, each with |
| dispatch_operation |
a ChannelDispatchOperation or |
| requests |
a List of ChannelRequest having their object-path defined but are not guaranteed to be prepared. |
| context |
a ObserveChannelsContext representing the context of this D-Bus call |