Class vx_evt_account_archive_query_end_t
Inheritance
vx_evt_account_archive_query_end_t
Assembly: VivoxUnity.dll
Syntax
public class vx_evt_account_archive_query_end_t : IDisposable
Constructors
vx_evt_account_archive_query_end_t()
Declaration
public vx_evt_account_archive_query_end_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
account_handle
Declaration
public string account_handle { get; set; }
Property Value
base_
Declaration
public vx_evt_base_t base_ { get; set; }
Property Value
count
Declaration
public uint count { get; set; }
Property Value
first_id
Declaration
public string first_id { get; set; }
Property Value
first_index
Declaration
public uint first_index { get; set; }
Property Value
last_id
Declaration
public string last_id { get; set; }
Property Value
next_cursor
Declaration
public string next_cursor { get; set; }
Property Value
query_id
Declaration
public string query_id { get; set; }
Property Value
return_code
Declaration
public int return_code { get; set; }
Property Value
status_code
Declaration
public int status_code { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_evt_account_archive_query_end_t()
Declaration
protected ~vx_evt_account_archive_query_end_t()
Implements