Photon Server API Documentation v5.0RC1

Public Member Functions | Protected Member Functions | List of all members
Photon.Hive.Plugin.BeforeSetPropertiesCallInfo Class Reference
Inheritance diagram for Photon.Hive.Plugin.BeforeSetPropertiesCallInfo:
Photon.Hive.Plugin.TypedCallInfo< ISetPropertiesRequest > Photon.Hive.Plugin.IBeforeSetPropertiesCallInfo Photon.Hive.Plugin.ITypedCallInfo< ISetPropertiesRequest >

Public Member Functions

 BeforeSetPropertiesCallInfo (CallCounter counter, CallEnv env)
 
- Public Member Functions inherited from Photon.Hive.Plugin.IBeforeSetPropertiesCallInfo
void Cancel ()
 Silently skips processing. The Op SetProperties is ignored. More...
 
void Defer ()
 Processing of the call is deferred and plugin is nolonger interrupted. More...
 

Protected Member Functions

override bool StrictModeCheck (out string errorMsg)
 
- Protected Member Functions inherited from Photon.Hive.Plugin.TypedCallInfo< ISetPropertiesRequest >
 TypedCallInfo (CallCounter counter, ILogger logger, CallEnv env)
 

Additional Inherited Members

- Static Protected Attributes inherited from Photon.Hive.Plugin.TypedCallInfo< ISetPropertiesRequest >
static readonly LogCountGuard onFailLogCountGuard
 
- Properties inherited from Photon.Hive.Plugin.TypedCallInfo< ISetPropertiesRequest >
RequestType Request [get, set]
 
string UserId [get, set]
 
string Nickname [get, set]
 
object? AuthResultsToken [get]
 
Dictionary< string, object >? AuthCookie [get]
 
- Properties inherited from Photon.Hive.Plugin.IBeforeSetPropertiesCallInfo
int ActorNr [get]
 Number of the actor triggering the callback call. More...
 
- Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< ISetPropertiesRequest >
RequestType Request [get]
 
string UserId [get]
 User ID of the actor triggering the call. More...
 
string Nickname [get]
 NickName of the actor triggering the call. More...
 
object AuthResultsToken [get]
 
Dictionary< string, object > AuthCookie [get]
 AuthCookie of the actor triggering the call. More...
 

Constructor & Destructor Documentation

◆ BeforeSetPropertiesCallInfo()

Photon.Hive.Plugin.BeforeSetPropertiesCallInfo.BeforeSetPropertiesCallInfo ( CallCounter  counter,
CallEnv  env 
)
inline

Member Function Documentation

◆ StrictModeCheck()

override bool Photon.Hive.Plugin.BeforeSetPropertiesCallInfo.StrictModeCheck ( out string  errorMsg)
inlineprotected