> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyProfilingMethodExitEventData

> 特定于 *MethodExit* 类型分析事件的信息。

特定于 *MethodExit* 类型分析事件的信息。

## 语法

```cpp theme={null}
struct PartyProfilingMethodExitEventData {  
    PartyString methodName;  
}  
```

### 成员

**`methodName`**   [PartyString](/services/playfab/multiplayer/networking/reference/typedefs)

一个字符串,包含负责回调的方法的完全限定名。

## 要求

**头文件:** Party.h

## 另请参阅

[Party 成员](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyProfilingMethodExitCallback](/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodexitcallback)


## Related topics

- [PartyProfilingMethodExitCallback](/zh-CN/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodexitcallback.md)
- [Party C/C++ API 概述](/zh-CN/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyManager::GetProfilingCallbacksForMethodEntryExit](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_getprofilingcallbacksformethodentryexit.md)
- [PartyManager::SetProfilingCallbacksForMethodEntryExit](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_setprofilingcallbacksformethodentryexit.md)
- [PartyXblManager::SetProfilingCallbacksForMethodEntryExit](/zh-CN/services/playfab/multiplayer/networking/xblreference/classes/PartyXblManager/methods/partyxblmanager_setprofilingcallbacksformethodentryexit.md)
