PFAuthenticationDeleteRequest

PFAuthenticationDeleteRequest 数据模型。 删除 game_server 实体。 调用方可以是尝试删除其自身的 game_server 实体。 或者是尝试删除此游戏的 game_server 实体的游戏实体。

语法

typedef struct PFAuthenticationDeleteRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
} PFAuthenticationDeleteRequest;  

成员

customTags PFStringDictionaryEntry const*
可能是 nullptr

(可选)与请求关联的可选自定义标记(例如内部版本号、外部跟踪标识符等)。

customTagsCount uint32_t

customTags 计数

entity PFEntityKey const*

要删除的 game_server 实体。

要求

标头:PFAuthenticationTypes.h

另请参阅

PFAuthenticationTypes 成员