Class vx_resp_account_channel_get_acl_t
Inheritance
vx_resp_account_channel_get_acl_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_account_channel_get_acl_t : IDisposable
Constructors
vx_resp_account_channel_get_acl_t()
Declaration
public vx_resp_account_channel_get_acl_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
participants
Declaration
public SWIGTYPE_p_p_vx_participant participants { get; set; }
Property Value
participants_size
Declaration
public int participants_size { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_resp_account_channel_get_acl_t()
Declaration
protected ~vx_resp_account_channel_get_acl_t()
Implements