Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PersistenceStatusCallback Class Reference
Inheritance diagram for PersistenceStatusCallback:
PersistenceCallback PersistenceCallback

Protected Member Functions

void OnResult (EPersistenceStatusCode statusCode, Managed context=null)
proto external bool InvokeDelegate (EPersistenceStatusCode statusCode)
 Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnResult.
void OnResult (EPersistenceStatusCode statusCode, Managed context=null)
proto external bool InvokeDelegate (EPersistenceStatusCode statusCode)
 Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnResult.

Detailed Description

Definition at line 13 of file PersistenceStatusCallback.c.

Member Function Documentation

◆ InvokeDelegate() [1/2]

proto external bool PersistenceStatusCallback::InvokeDelegate ( EPersistenceStatusCode statusCode)
protected

Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnResult.

◆ InvokeDelegate() [2/2]

proto external bool PersistenceStatusCallback::InvokeDelegate ( EPersistenceStatusCode statusCode)
protected

Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnResult.

◆ OnResult() [1/2]

void PersistenceStatusCallback::OnResult ( EPersistenceStatusCode statusCode,
Managed context = null )
protected

Will use the delegate passed to constructor if not implemented

Parameters
statusCodeThe result status. OK as expected result, anything else needs handling / logging / throwing errors.
contextThe optional context instance passed to constructor.

◆ OnResult() [2/2]

void PersistenceStatusCallback::OnResult ( EPersistenceStatusCode statusCode,
Managed context = null )
protected

Will use the delegate passed to constructor if not implemented

Parameters
statusCodeThe result status. OK as expected result, anything else needs handling / logging / throwing errors.
contextThe optional context instance passed to constructor.

The documentation for this class was generated from the following file: