> ## 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.

# PartyProfilingMethodEntranceEventData

> Information specific to the *MethodEntrance* type of profiling event.

Information specific to the *MethodEntrance* type of profiling event.

## Syntax

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

### Members

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

A string containing the fully qualified name of the method responsible for the callback.

## Requirements

**Header:** Party.h

## See also

[Party members](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyProfilingMethodEntranceCallback](/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodentrancecallback)


## Related topics

- [PartyProfilingMethodEntranceCallback](/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodentrancecallback.md)
- [Party C/C++ API overview](/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyProfilingMethodExitEventData](/services/playfab/multiplayer/networking/reference/structs/partyprofilingmethodexiteventdata.md)
- [PartyManager::SetProfilingCallbacksForMethodEntryExit](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_setprofilingcallbacksformethodentryexit.md)
- [PartyXblManager::SetProfilingCallbacksForMethodEntryExit](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblManager/methods/partyxblmanager_setprofilingcallbacksformethodentryexit.md)
