Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
Photon.Hive.WebRpc.IRpcHandlerAppCounters Interface Reference

Public Member Functions

void IncrementWebHooksHttpSuccessCount ()
 
void IncrementWebHooksHttpErrorsCount ()
 
void IncrementWebHooksHttpTimeoutCount ()
 
void IncrementWebHooksQueueSuccessCount ()
 
void IncrementWebHooksQueueErrorsCount ()
 
void IncrementWebHooksHttpRequestExecTime (uint milliseconds)
 

Member Function Documentation

◆ IncrementWebHooksHttpErrorsCount()

void Photon.Hive.WebRpc.IRpcHandlerAppCounters.IncrementWebHooksHttpErrorsCount ( )

◆ IncrementWebHooksHttpRequestExecTime()

void Photon.Hive.WebRpc.IRpcHandlerAppCounters.IncrementWebHooksHttpRequestExecTime ( uint  milliseconds)

◆ IncrementWebHooksHttpSuccessCount()

void Photon.Hive.WebRpc.IRpcHandlerAppCounters.IncrementWebHooksHttpSuccessCount ( )

◆ IncrementWebHooksHttpTimeoutCount()

void Photon.Hive.WebRpc.IRpcHandlerAppCounters.IncrementWebHooksHttpTimeoutCount ( )

◆ IncrementWebHooksQueueErrorsCount()

void Photon.Hive.WebRpc.IRpcHandlerAppCounters.IncrementWebHooksQueueErrorsCount ( )

◆ IncrementWebHooksQueueSuccessCount()

void Photon.Hive.WebRpc.IRpcHandlerAppCounters.IncrementWebHooksQueueSuccessCount ( )