AccountChannelRequest
Description:
[ CCode ( has_construct_function = false ) ]
public AccountChannelRequest (Account account, HashTable<string,Value?> request, int64 user_action_time)
public AccountChannelRequest (Account account, HashTable<string,Value?> request, int64 user_action_time)
Convenience function to create a new AccountChannelRequest object.
Parameters:
account |
a Account |
request |
the requested properties of the channel (see |
user_action_time |
the time of the user action that caused this request, or one of the special values
USER_ACTION_TIME_NOT_USER_ACTION or
|
Returns:
a new AccountChannelRequest object |