إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Handler for when the operation started by a previous call to ForceRemoveMember completed.
public delegate void OnForceRemoveMemberCompletedHandler(Lobby lobby, PFEntityKey targetMember,
int result);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| targetMember | The member entity which is the target to the force remove. |
| result | Indicates that the ForceRemoveMember operation succeeded or provides the reason that it failed. |
See Also
- class Lobby
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer