Class vx_evt_session_delete_message_t
Inheritance
vx_evt_session_delete_message_t
Assembly: VivoxUnity.dll
Syntax
public class vx_evt_session_delete_message_t : IDisposable
Constructors
vx_evt_session_delete_message_t()
Declaration
public vx_evt_session_delete_message_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_evt_base_t base_ { get; set; }
Property Value
delete_time
Declaration
public long delete_time { get; set; }
Property Value
from_uri
Declaration
public string from_uri { get; set; }
Property Value
message_id
Declaration
public string message_id { get; set; }
Property Value
session_handle
Declaration
public string session_handle { get; set; }
Property Value
sessiongroup_handle
Declaration
public string sessiongroup_handle { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_evt_session_delete_message_t()
Declaration
protected ~vx_evt_session_delete_message_t()
Implements