Skip to content
SiteEmail

cohtml.Net.IDataStorageResponse

Response that the application should use when the data storage has been read.

Inherits from SystemIDisposable

Name
enum classStatus { Success, Failure}
Name
virtual voidDispose()
virtual global.System.IntPtrGetSpace(ulong size)
Allocates space where to put the data read.
virtual voidFinish(IDataStorageResponse.Status status)
Call when the data has been read or the read failed.
Name
boolswigCMemOwn
EnumeratorValueDescription
Success
Failure
virtual void Dispose()
virtual global.System.IntPtr GetSpace(
ulong size
)

Allocates space where to put the data read.

virtual void Finish(
IDataStorageResponse.Status status
)

Call when the data has been read or the read failed.

bool swigCMemOwn;