cohtml::Net::IDataStorageHandler

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
IDataStorageHandler()
virtual voidOnDataStorageRead(IDataStorageRequest request, IDataStorageResponse response)
virtual boolOnDataStorageWrite(string id, string key, string value)
virtual voidOnDataStorageRemove(string id, string key)
virtual voidOnDataStorageClear(string id)
virtual uintOnDataStorageCount(string id)
delegate voidSwigDelegateIDataStorageHandler_0(global::System.IntPtr request, global::System.IntPtr response, global::System.IntPtr swigId)
delegate boolSwigDelegateIDataStorageHandler_1(string id, string key, string value, global::System.IntPtr swigId)
delegate voidSwigDelegateIDataStorageHandler_2(string id, string key, global::System.IntPtr swigId)
delegate voidSwigDelegateIDataStorageHandler_3(string id, global::System.IntPtr swigId)
delegate uintSwigDelegateIDataStorageHandler_4(string id, global::System.IntPtr swigId)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function IDataStorageHandler

IDataStorageHandler()

function OnDataStorageRead

virtual void OnDataStorageRead(
    IDataStorageRequest request,
    IDataStorageResponse response
)

function OnDataStorageWrite

virtual bool OnDataStorageWrite(
    string id,
    string key,
    string value
)

function OnDataStorageRemove

virtual void OnDataStorageRemove(
    string id,
    string key
)

function OnDataStorageClear

virtual void OnDataStorageClear(
    string id
)

function OnDataStorageCount

virtual uint OnDataStorageCount(
    string id
)

function SwigDelegateIDataStorageHandler_0

delegate void SwigDelegateIDataStorageHandler_0(
    global::System.IntPtr request,
    global::System.IntPtr response,
    global::System.IntPtr swigId
)

function SwigDelegateIDataStorageHandler_1

delegate bool SwigDelegateIDataStorageHandler_1(
    string id,
    string key,
    string value,
    global::System.IntPtr swigId
)

function SwigDelegateIDataStorageHandler_2

delegate void SwigDelegateIDataStorageHandler_2(
    string id,
    string key,
    global::System.IntPtr swigId
)

function SwigDelegateIDataStorageHandler_3

delegate void SwigDelegateIDataStorageHandler_3(
    string id,
    global::System.IntPtr swigId
)

function SwigDelegateIDataStorageHandler_4

delegate uint SwigDelegateIDataStorageHandler_4(
    string id,
    global::System.IntPtr swigId
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;